File tree 4 files changed +8
-14
lines changed
4 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,8 @@ const tsJestConfig = {
15
15
const config = {
16
16
rootDir : '..' ,
17
17
transform : {
18
- '^.+\\.(js|jsx| ts|tsx)$' : 'ts-jest' ,
18
+ '^.+\\.(ts|tsx)$' : 'ts-jest' ,
19
19
} ,
20
- transformIgnorePatterns : [
21
- '<rootDir>/node_modules/(?!@abraham/reflection/.*)' ,
22
- ] ,
23
20
testMatch : [
24
21
'<rootDir>/src/**/__tests__/**/*.ts?(x)' ,
25
22
'<rootDir>/src/**/?(*.)+(spec|test).ts?(x)' ,
Original file line number Diff line number Diff line change 75
75
"axios" : " >=0.18.0" ,
76
76
"tslib" : " >=1.9.0"
77
77
},
78
- "dependencies" : {},
78
+ "dependencies" : {
79
+ },
79
80
"devDependencies" : {
80
- "@abraham/reflection" : " 0.3 .0" ,
81
+ "@abraham/reflection" : " 0.4 .0" ,
81
82
"@types/jest" : " 23.1.6" ,
82
83
"@types/node" : " 10.5.2" ,
83
84
"@types/prettier" : " 1.13.2" ,
Original file line number Diff line number Diff line change 7
7
" dom" ,
8
8
" es2018"
9
9
],
10
- "allowJs" : true ,
11
10
"strict" : true ,
12
11
"esModuleInterop" : true ,
13
12
"allowSyntheticDefaultImports" : true ,
32
31
],
33
32
"exclude" : [
34
33
" node_modules" ,
35
- " dist" ,
36
- // "__tests__",
37
- // "**/*.spec.ts",
38
- // "**/*.test.ts"
34
+ " dist"
39
35
],
40
36
"compileOnSave" : false ,
41
37
"buildOnSave" : false
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @abraham/reflection@0.3 .0 " :
6
- version "0.3 .0"
7
- resolved "https://registry.yarnpkg.com/@abraham/reflection/-/reflection-0.3 .0.tgz#b4551511a34e98cc9d3fce6068eaf42eb5202a65 "
5
+ " @abraham/reflection@0.4 .0 " :
6
+ version "0.4 .0"
7
+ resolved "https://registry.yarnpkg.com/@abraham/reflection/-/reflection-0.4 .0.tgz#2dc10c5e17db4100e343ae7ad51458021cd9130b "
8
8
9
9
" @babel/code-frame@^7.0.0-beta.35 " :
10
10
version "7.0.0-beta.49"
You can’t perform that action at this time.
0 commit comments