Skip to content

Commit eb6cca8

Browse files
committed
chore(jest): use proper tsconfig
1 parent 92561dd commit eb6cca8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
collectCoverageFrom: ['src/**/*.{ts,tsx}'],
1111
globals: {
1212
'ts-jest': {
13+
tsconfig: 'tsconfig.build.json',
1314
diagnostics: {
1415
ignoreCodes: [151001],
1516
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"**/*"
1818
],
1919
"engines": {
20-
"node": ">=10.8"
20+
"node": ">=10.18"
2121
},
2222
"scripts": {
2323
"build": "sl-scripts bundle --sourcemap",

0 commit comments

Comments
 (0)