Skip to content

Commit 25af9b1

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

File tree

3 files changed

+2
-22
lines changed

3 files changed

+2
-22
lines changed

.ci/esy-build-steps.yml

Lines changed: 1 addition & 13 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
@@ -32,14 +30,4 @@ steps:
3230
ArtifactName: npm-package
3331
- script: node postinstall.js
3432
displayName: "node postinstall.js (iteration 1)"
35-
- script: npm run test
36-
displayName: "npm run test: after unpack (iteration 1)"
37-
# - script: node postinstall.js
38-
# displayName: "node postinstall.js (iteration 2)"
39-
# - script: npm run test
40-
# displayName: "npm run test: after unpack (iteration 2)"
41-
# - script: node postinstall.js
42-
# displayName: "node postinstall.js (iteration 3)"
43-
# - script: npm run test
44-
# displayName: "npm run test: after unpack (iteration 3)"
45-
33+
# TODO Figure e2e test

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)