Skip to content

Commit

Permalink
ci: run only this package tests
Browse files Browse the repository at this point in the history
  • Loading branch information
levchak0910 committed Nov 14, 2023
1 parent d30aa63 commit 737772d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "eslint . --ext .js,.vue,.ts,.json",
"fix": "npm run lint -- --fix",
"pretest": "npm run build",
"test:base": "mocha --require ts-node/register \"tests/**/*.ts\" --reporter dot --timeout 60000",
"test:base": "mocha --require ts-node/register \"tests/lib/rules/**/*.ts\" --reporter dot --timeout 60000",
"test": "npm run test:base",
"test:debug": "mocha --require ts-node/register/transpile-only \"tests/lib/rules/**/*.ts\" --reporter dot",
"t": "mocha --require ts-node/register/transpile-only --reporter dot",
Expand Down

0 comments on commit 737772d

Please sign in to comment.