Skip to content

Commit a0cbe03

Browse files
committed
Remove jest setup since re/ is not longer a part of this repository
1 parent b28cd6c commit a0cbe03

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

.ci/esy-build-steps.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ steps:
1919
- script: npm install
2020
- script: npm run build-cygwin
2121
displayName: 'Build cygwin'
22-
- script: npm run test
23-
displayName: "npm run test: before packing"
2422
- script: npm run package-cygwin
2523
displayName: "Package cygwin"
2624
- bash: npm pack

jest.config.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"scripts": {
2020
"build-cygwin": "node build-cygwin.js",
2121
"package-cygwin": "node package-cygwin.js",
22-
"postinstall": "node postinstall.js",
23-
"test": "jest"
22+
"postinstall": "node postinstall.js"
2423
},
2524
"repository": {
2625
"type": "git",

0 commit comments

Comments
 (0)