Skip to content

Commit 3336682

Browse files
committed
fix eslint error
1 parent c352b50 commit 3336682

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
@@ -3,6 +3,6 @@ export default {
33
testEnvironment: 'jsdom',
44
setupFiles: ['<rootDir>/node_package/tests/jest.setup.js'],
55
moduleNameMapper: {
6-
'^(\\.{1,2}/.*)\\.js$': '$1'
6+
'^(\\.{1,2}/.*)\\.js$': '$1',
77
},
88
};

0 commit comments

Comments
 (0)