From 387856296eb6841e18968c4d8b4262010cead735 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 4 Mar 2024 22:21:57 -0800 Subject: [PATCH] =?UTF-8?q?[Tests]=20remove=20zuul;=20it=E2=80=99s=20dead?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zuul.yml | 1 - package.json | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 .zuul.yml diff --git a/.zuul.yml b/.zuul.yml deleted file mode 100644 index 96d9cfb..0000000 --- a/.zuul.yml +++ /dev/null @@ -1 +0,0 @@ -ui: tape diff --git a/package.json b/package.json index 19b7aa1..3ec4929 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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