Skip to content

Commit

Permalink
remove access-ws and access-client package tests that rely on it
Browse files Browse the repository at this point in the history
  • Loading branch information
gobengo committed Mar 22, 2023
1 parent 52cf7c1 commit c88deeb
Show file tree
Hide file tree
Showing 18 changed files with 158 additions and 1,549 deletions.
5 changes: 1 addition & 4 deletions packages/access-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"scripts": {
"lint": "tsc --build && eslint '**/*.{js,ts}' && prettier --check '**/*.{js,ts,yml,json}' --ignore-path ../../.gitignore",
"build": "tsc --build",
"test": "pnpm -r --filter @web3-storage/access-ws run build && npm run test:node && npm run test:browser",
"test": "pnpm -r run build && npm run test:node && npm run test:browser",
"test:node": "mocha 'test/**/!(*.browser).test.js' -n experimental-vm-modules -n no-warnings",
"test:browser": "playwright-test 'test/**/!(*.node).test.js'",
"testw": "watch 'pnpm test' src test --interval 1",
Expand Down Expand Up @@ -93,11 +93,8 @@
"@types/ws": "^8.5.4",
"@ucanto/server": "^6.1.0",
"assert": "^2.0.0",
"delay": "^5.0.0",
"hd-scripts": "^4.0.0",
"miniflare": "^2.11.0",
"mocha": "^10.2.0",
"p-queue": "^7.3.0",
"playwright-test": "^8.1.2",
"sade": "^1.8.1",
"typescript": "4.9.5",
Expand Down
174 changes: 0 additions & 174 deletions packages/access-client/test/awake-channel.node.test.js

This file was deleted.

112 changes: 0 additions & 112 deletions packages/access-client/test/awake.node.test.js

This file was deleted.

24 changes: 0 additions & 24 deletions packages/access-client/test/helpers/miniflare.js

This file was deleted.

Loading

0 comments on commit c88deeb

Please sign in to comment.