Skip to content

Commit cf5d254

Browse files
authored
Prevent sentry logging thing in test/bin from being run on its own (#1828)
1 parent 8bb3bbd commit cf5d254

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.mocharc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
module.exports = {
1111
ignore: [
12+
'test/bin/**',
1213
'test/db-migrations/**',
1314
'test/e2e/**',
1415
],

0 commit comments

Comments
 (0)