Skip to content

Commit 54cb117

Browse files
committed
build(package): lolex, @octokit/auth-app
1 parent 4a5bdd4 commit 54cb117

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,20 @@
3838
"universal-user-agent": "^4.0.0"
3939
},
4040
"devDependencies": {
41+
"@octokit/auth-app": "^2.1.2",
4142
"@pika/pack": "^0.5.0",
4243
"@pika/plugin-build-node": "^0.6.0",
4344
"@pika/plugin-build-web": "^0.6.0",
4445
"@pika/plugin-ts-standard-pkg": "^0.6.0",
4546
"@types/fetch-mock": "^7.2.4",
4647
"@types/jest": "^24.0.12",
48+
"@types/lolex": "^3.1.1",
4749
"@types/node": "^12.0.3",
4850
"@types/node-fetch": "^2.3.3",
4951
"@types/once": "^1.4.0",
5052
"fetch-mock": "^7.2.0",
5153
"jest": "^24.7.1",
54+
"lolex": "^4.2.0",
5255
"prettier": "^1.17.0",
5356
"semantic-release": "^15.10.5",
5457
"semantic-release-plugin-update-version-in-files": "^1.0.0",
@@ -64,7 +67,10 @@
6467
"functions": 100,
6568
"lines": 100
6669
}
67-
}
70+
},
71+
"modulePathIgnorePatterns": [
72+
"<rootDir>/pkg"
73+
]
6874
},
6975
"@pika/pack": {
7076
"pipeline": [

0 commit comments

Comments
 (0)