Skip to content

Commit

Permalink
[Tests] remove zuul; it’s dead
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 5, 2024
1 parent 0bc31e6 commit 3878562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .zuul.yml

This file was deleted.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"pretest": "npm run lint",
"tests-only": "tape 'test/**/*.js'",
"test": "npm run tests-only",
"posttest": "aud --production",
"browser": "zuul --browser-version $BROWSER_VERSION --browser-name $BROWSER_NAME -- test/index.js"
"posttest": "aud --production"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
Expand Down Expand Up @@ -44,8 +43,7 @@
"pseudorandombytes": "^2.0.0",
"safe-buffer": "^5.2.1",
"semver": "^6.3.1",
"tape": "^5.7.5",
"zuul": "^3.12.0"
"tape": "^5.7.5"
},
"browser": {
"crypto": false
Expand Down

0 comments on commit 3878562

Please sign in to comment.