added testing harness for typescript to project
parent
93bb0d461d
commit
e53ba16f44
@ -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