Skip to content

Commit f4e0850

Browse files
committed
fix: fixed obsolete configs
....
1 parent 83fb6dd commit f4e0850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
preset: 'node',
2+
//preset: 'node',
33
testEnvironment: 'node',
44
testPathIgnorePatterns: ['/node_modules/'],
55
testMatch: ['**/*.test.js'],

0 commit comments

Comments
 (0)