Skip to content

Commit

Permalink
[Server] Exclude client-side tests from running in server-side tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dchege711 committed Jun 8, 2024
1 parent f2c9656 commit 1d92f76
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 @@ -29,7 +29,7 @@
"debug": "ts-node-dev --files --transpile-only src/server.ts",
"single_test": "npm run build && ts-mocha",
"test": "npm run mocha_tests",
"mocha_tests": "npm run build && nyc ts-mocha --no-warnings --recursive --sort './src/tests/mocha_tests/*/*.ts' './src/**/*.test.ts'",
"mocha_tests": "npm run build && nyc ts-mocha --no-warnings --recursive --sort './src/tests/mocha_tests/*/*.ts' './src/**/*.test.ts' --exclude './src/public/**/*'",
"docs": "jsdoc -c ./config.jsdoc.js"
},
"repository": {
Expand Down

0 comments on commit 1d92f76

Please sign in to comment.