Skip to content

Commit 3878562

Browse files
committed
[Tests] remove zuul; it’s dead
1 parent 0bc31e6 commit 3878562

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.zuul.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"pretest": "npm run lint",
1414
"tests-only": "tape 'test/**/*.js'",
1515
"test": "npm run tests-only",
16-
"posttest": "aud --production",
17-
"browser": "zuul --browser-version $BROWSER_VERSION --browser-name $BROWSER_NAME -- test/index.js"
16+
"posttest": "aud --production"
1817
},
1918
"funding": {
2019
"url": "https://github.com/sponsors/ljharb"
@@ -44,8 +43,7 @@
4443
"pseudorandombytes": "^2.0.0",
4544
"safe-buffer": "^5.2.1",
4645
"semver": "^6.3.1",
47-
"tape": "^5.7.5",
48-
"zuul": "^3.12.0"
46+
"tape": "^5.7.5"
4947
},
5048
"browser": {
5149
"crypto": false

0 commit comments

Comments
 (0)