Skip to content

Commit

Permalink
fix(update): replace xclap to xrun
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham committed May 23, 2024
1 parent 29c302c commit 74583aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/xarc-index-page/config/test/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ const chai = tryRequire("chai");
if (!chai) {
console.log(`
mocha setup: chai is not found. Not setting it up for mocha.
To setup chai for your mocha test, run 'clap mocha'.`);
To setup chai for your mocha test, run 'xrun mocha'.`);
} else {
const sinonChai = tryRequire("sinon-chai");

if (!sinonChai) {
console.log(`
mocha setup: sinon-chai is not found. Not setting it up for mocha.
To setup sinon-chai for your mocha test, run 'clap mocha'.`);
To setup sinon-chai for your mocha test, run 'xrun mocha'.`);
} else {
chai.use(sinonChai);
}
Expand Down
2 changes: 0 additions & 2 deletions packages/xarc-index-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@
"text-summary"
],
"exclude": [
"*clap.js",
"*clap.ts",
"xrun-tasks.*",
"coverage",
"dist",
Expand Down

0 comments on commit 74583aa

Please sign in to comment.