V2 Upload Artifact

This commit is contained in:
konradpabjan 2020-02-20 21:28:14 -05:00
parent 8eb149d680
commit 1f5451ede0
17 changed files with 11866 additions and 13 deletions

12
jest.config.js Normal file
View file

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