Skip to content

Commit

Permalink
Remove jest setup since re/ is not longer a part of this repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth committed Jun 10, 2023
1 parent b28cd6c commit 25af9b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
14 changes: 1 addition & 13 deletions .ci/esy-build-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ steps:
- script: npm install
- script: npm run build-cygwin
displayName: 'Build cygwin'
- script: npm run test
displayName: "npm run test: before packing"
- script: npm run package-cygwin
displayName: "Package cygwin"
- bash: npm pack
Expand All @@ -32,14 +30,4 @@ steps:
ArtifactName: npm-package
- script: node postinstall.js
displayName: "node postinstall.js (iteration 1)"
- script: npm run test
displayName: "npm run test: after unpack (iteration 1)"
# - script: node postinstall.js
# displayName: "node postinstall.js (iteration 2)"
# - script: npm run test
# displayName: "npm run test: after unpack (iteration 2)"
# - script: node postinstall.js
# displayName: "node postinstall.js (iteration 3)"
# - script: npm run test
# displayName: "npm run test: after unpack (iteration 3)"

# TODO Figure e2e test
7 changes: 0 additions & 7 deletions jest.config.js

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"scripts": {
"build-cygwin": "node build-cygwin.js",
"package-cygwin": "node package-cygwin.js",
"postinstall": "node postinstall.js",
"test": "jest"
"postinstall": "node postinstall.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 25af9b1

Please sign in to comment.