Add GitHub action infrastructure.

This commit is contained in:
Fabio Niephaus
2022-01-03 08:43:40 +01:00
parent 1478c743ed
commit db50d45bd5
13 changed files with 11418 additions and 0 deletions

9
jest.config.js Normal file
View File

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