Skip to content

Commit 062862a

Browse files
committed
build: bump to latest reflection and revert allowJS
1 parent feee0c4 commit 062862a

File tree

4 files changed

+8
-14
lines changed

4 files changed

+8
-14
lines changed

config/jest.config.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ const tsJestConfig = {
1515
const config = {
1616
rootDir: '..',
1717
transform: {
18-
'^.+\\.(js|jsx|ts|tsx)$': 'ts-jest',
18+
'^.+\\.(ts|tsx)$': 'ts-jest',
1919
},
20-
transformIgnorePatterns: [
21-
'<rootDir>/node_modules/(?!@abraham/reflection/.*)',
22-
],
2320
testMatch: [
2421
'<rootDir>/src/**/__tests__/**/*.ts?(x)',
2522
'<rootDir>/src/**/?(*.)+(spec|test).ts?(x)',

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,10 @@
7575
"axios": ">=0.18.0",
7676
"tslib": ">=1.9.0"
7777
},
78-
"dependencies": {},
78+
"dependencies": {
79+
},
7980
"devDependencies": {
80-
"@abraham/reflection": "0.3.0",
81+
"@abraham/reflection": "0.4.0",
8182
"@types/jest": "23.1.6",
8283
"@types/node": "10.5.2",
8384
"@types/prettier": "1.13.2",

tsconfig.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"dom",
88
"es2018"
99
],
10-
"allowJs": true,
1110
"strict": true,
1211
"esModuleInterop": true,
1312
"allowSyntheticDefaultImports": true,
@@ -32,10 +31,7 @@
3231
],
3332
"exclude": [
3433
"node_modules",
35-
"dist",
36-
// "__tests__",
37-
// "**/*.spec.ts",
38-
// "**/*.test.ts"
34+
"dist"
3935
],
4036
"compileOnSave": false,
4137
"buildOnSave": false

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# yarn lockfile v1
33

44

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"
88

99
"@babel/code-frame@^7.0.0-beta.35":
1010
version "7.0.0-beta.49"

0 commit comments

Comments
 (0)