Skip to content

Commit efae405

Browse files
authored
Merge pull request #11 from cap-js/post_notification_tests
Add test directory
2 parents 98c846a + 303c784 commit efae405

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

jest.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// FIXME: should not be necessary
2+
process.env.CDS_ENV = 'better-sqlite'
3+
4+
const config = {
5+
testTimeout: 42222,
6+
testMatch: ['**/*.test.js']
7+
}
8+
9+
module.exports = config

test/test.js

Whitespace-only changes.

0 commit comments

Comments
 (0)