Skip to content

Commit

Permalink
created and user tests/tsconfig.json
Browse files Browse the repository at this point in the history
htbkoo/hey-hkul-hours-native-ns-vue
  • Loading branch information
htbkoo committed Jan 9, 2019
1 parent ffa5adb commit 9beac49
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
9 changes: 7 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
preset: 'ts-jest/presets/js-with-babel',
testEnvironment: 'node',
globals: {
'ts-jest': {
tsConfig: './tests/tsconfig.json'
}
},
};
6 changes: 6 additions & 0 deletions tests/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../tsconfig.json",
"include": [
"."
]
}

0 comments on commit 9beac49

Please sign in to comment.