Skip to content

Commit c960eb3

Browse files
authored
chore: bump up for jest (#59)
* chore: bump up for jest * fix: add newline at end of the file
1 parent 3360299 commit c960eb3

File tree

3 files changed

+5937
-15448
lines changed

3 files changed

+5937
-15448
lines changed

jest.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
verbose: true,
1111
globals: {
1212
'ts-jest': {
13-
tsConfig: './__tests__/tsconfig.jest.json'
13+
tsconfig: './__tests__/tsconfig.jest.json'
1414
}
1515
}
16-
}
16+
}

0 commit comments

Comments
 (0)