Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove access-ws and access-client package tests that rely on it #596

Merged
merged 1 commit into from
Mar 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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