Skip to content

Commit 6dd0316

Browse files
authored
Refactor tests to use vercel dev (#38)
1 parent 1df95f2 commit 6dd0316

File tree

15 files changed

+16059
-5006
lines changed

15 files changed

+16059
-5006
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ Thumbs.db
99
target/
1010
dist/
1111
node_modules/
12+
.vercel/
13+
14+
fixtures/**/vercel.json

package-lock.json

+13,708-2,617
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"build": "tsc",
1414
"prepublishOnly": "tsc",
15-
"test": "tsc && jest",
15+
"test": "jest",
1616
"typecheck": "tsc --noEmit"
1717
},
1818
"files": [
@@ -28,7 +28,7 @@
2828
"@types/fs-extra": "^7.0.0",
2929
"@vercel/build-utils": "^2.6.0",
3030
"husky": "^3.1.0",
31-
"jest": "^24.9.0",
31+
"jest": "^25.5.4",
3232
"lint-staged": "^9.5.0",
3333
"ms": "^2.1.2",
3434
"node-fetch": "^2.6.0",

0 commit comments

Comments
 (0)