feat: initial angular support + clean up tests

This commit is contained in:
Igor Randjelovic
2020-11-25 17:44:00 +01:00
committed by Nathan Walker
parent e8888719be
commit 523f6bbef2
17 changed files with 651 additions and 48 deletions

View File

@ -6,5 +6,10 @@ module.exports = {
},
setupFiles: [
'<rootDir>/jest.setup.ts'
]
],
globals: {
'ts-jest': {
tsconfig: 'tsconfig.jest.json'
}
}
};