Initial changes for setup-android

This commit is contained in:
Dave Olsthoorn
2020-07-14 17:41:00 +02:00
parent aa16e13db3
commit 47171f7d89
18 changed files with 12997 additions and 88 deletions

11
jest.config.js Normal file
View File

@@ -0,0 +1,11 @@
module.exports = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'
},
verbose: true
}