Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

Commit d5850a3

Browse files
Support latest version always (#2)
1 parent b72d6bf commit d5850a3

File tree

9 files changed

+15903
-2970
lines changed

9 files changed

+15903
-2970
lines changed

dist/index.js

Lines changed: 11273 additions & 2958 deletions
Large diffs are not rendered by default.

jest.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
roots: ['<rootDir>/src'],
3+
transform: {
4+
'^.+\\.tsx?$': 'ts-jest',
5+
},
6+
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$',
7+
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
8+
}

0 commit comments

Comments
 (0)