Skip to content

Commit

Permalink
chore: add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Dec 6, 2021
1 parent 7ac95d2 commit dd8332a
Show file tree
Hide file tree
Showing 64 changed files with 11,371 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .mocharc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
exit: true,
file: ['./mocha.setup.ts'],
spec: ['./bullmq-tests/test_*.ts'],
spec: ['./tests/test_*.ts'],
timeout: 4000,
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"semantic-release": "semantic-release",
"semantic-release-prepare": "ts-node tools/semantic-release-prepare",
"test": "tsc && ts-mocha --config ./.mocharc.js",
"test:watch": "ts-mocha --paths 'bullmq-tests/test_*.ts' -w --watch-extensions ts",
"test:watch": "ts-mocha --paths 'tests/test_*.ts' -w --watch-extensions ts",
"tsc": "tsc"
},
"dependencies": {
Expand Down
Loading

0 comments on commit dd8332a

Please sign in to comment.