Skip to content

Commit

Permalink
Exclude sim from client unit tests (#2447)
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Dec 13, 2022
1 parent c1bf118 commit 7e77b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"test:browser": "karma start karma.conf.js",
"test:cli": "npm run tape -- 'test/cli/*.spec.ts'",
"test:integration": "npm run tape -- 'test/integration/**/*.spec.ts'",
"test:unit": "npm run tape -- 'test/!(integration|cli)/**/*.spec.ts' 'test/*.spec.ts'",
"test:unit": "npm run tape -- 'test/!(integration|cli|sim)/**/*.spec.ts' 'test/*.spec.ts'",
"tsc": "../../config/cli/ts-compile.sh"
},
"dependencies": {
Expand Down

0 comments on commit 7e77b0f

Please sign in to comment.