Skip to content

Commit

Permalink
Modified the package.json to not run spec_tests as test script
Browse files Browse the repository at this point in the history
  • Loading branch information
VisLab committed Sep 3, 2024
1 parent 4cfde9e commit fffe43a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"build": "node esbuild.mjs",
"prepublishOnly": "npm run build",
"lint": "eslint ./**/*.js",
"test": "jest",
"coverage": "jest --coverage",
"test": "jest --testPathIgnorePatterns=spec_tests",
"coverage": "jest --coverage --testPathIgnorePatterns=spec_tests",
"prepare": "husky install"
},
"contributors": [
Expand Down

0 comments on commit fffe43a

Please sign in to comment.