mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
feat: initial angular support + clean up tests
This commit is contained in:

committed by
Nathan Walker

parent
e8888719be
commit
523f6bbef2
@ -6,5 +6,10 @@ module.exports = {
|
||||
},
|
||||
setupFiles: [
|
||||
'<rootDir>/jest.setup.ts'
|
||||
]
|
||||
],
|
||||
globals: {
|
||||
'ts-jest': {
|
||||
tsconfig: 'tsconfig.jest.json'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user