Update to labeler v2 (#4)

* labeler v2

* update docs
This commit is contained in:
Shawn Napora
2019-08-08 13:07:40 -04:00
committed by Danny McCormick
parent ab3b5b5adc
commit 7d083c498f
21 changed files with 5592 additions and 1793 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
}