Skip to content

Commit 73f5cdc

Browse files
committed
pkg
1 parent eeaa1e1 commit 73f5cdc

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

packages/nested-obj/package.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,6 @@
2222
"test:watch": "jest --watch",
2323
"test:debug": "node --inspect node_modules/.bin/jest --runInBand"
2424
},
25-
"jest": {
26-
"preset": "ts-jest",
27-
"testEnvironment": "node",
28-
"transform": {
29-
"^.+\\.ts?$": "ts-jest"
30-
},
31-
"transformIgnorePatterns": [
32-
"<rootDir>/node_modules/"
33-
],
34-
"testPathIgnorePatterns": [
35-
"dist/"
36-
]
37-
},
3825
"repository": {
3926
"type": "git",
4027
"url": "https://github.com/hyperweb-io/dev-utils"

packages/strfy-js/package.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,6 @@
2222
"test:watch": "jest --watch",
2323
"test:debug": "node --inspect node_modules/.bin/jest --runInBand"
2424
},
25-
"jest": {
26-
"preset": "ts-jest",
27-
"testEnvironment": "node",
28-
"transform": {
29-
"^.+\\.ts?$": "ts-jest"
30-
},
31-
"transformIgnorePatterns": [
32-
"<rootDir>/node_modules/"
33-
],
34-
"testPathIgnorePatterns": [
35-
"dist/"
36-
]
37-
},
3825
"repository": {
3926
"type": "git",
4027
"url": "https://github.com/hyperweb-io/dev-utils"

0 commit comments

Comments
 (0)