Merge branch 'master' into doc-directory
commit
6a5d479dd8
@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
transform: {'^.+\.ts?$': 'ts-jest'},
|
||||
testEnvironment: 'node',
|
||||
testRegex: '/tests/.*\.(ts|tsx)$',
|
||||
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node']
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue