Skip to content

Commit

Permalink
fix: run test on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Mararok committed Mar 6, 2024
1 parent 6364e51 commit 2d43195
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 @@ -48,7 +48,7 @@
"build": "rm -fr ./lib && tsc -p tsconfig.build.json",
"lint": "eslint \"{src,test}/**/*.ts\"",
"lint:fix": "eslint \"{src,test}/**/*.ts\" --fix",
"test": "jest --config .jestrc.json --runInBand",
"test": "jest --config ./.jestrc.json --runInBand",
"test:clearCache": "jest --config .jestrc.json --clearCache",
"test:unit": "jest --config .jestrc.json --runInBand --group=unit",
"test:watch": "jest --config .jestrc.json --runInBand --watchAll",
Expand Down

0 comments on commit 2d43195

Please sign in to comment.