Skip to content

Commit

Permalink
test: remove old test-* glob
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed May 28, 2024
1 parent 4cdca36 commit 468a28e
Show file tree
Hide file tree
Showing 44 changed files with 3 additions and 173 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
},
"ava": {
"files": [
"packages/*/test/**/test-*.*",
"packages/*/test/**/*.test.*"
],
"timeout": "30m"
Expand Down
4 changes: 0 additions & 4 deletions packages/ERTP/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@
]
},
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
],
Expand Down
4 changes: 0 additions & 4 deletions packages/SwingSet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@
"example": "examples"
},
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
],
Expand Down
4 changes: 0 additions & 4 deletions packages/access-token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
"access": "public"
},
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
],
Expand Down
4 changes: 0 additions & 4 deletions packages/agoric-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@
},
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"timeout": "2m",
"workerThreads": false
},
Expand Down
4 changes: 0 additions & 4 deletions packages/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
"ava": {
"require": [
"@endo/init/debug.js"
],
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
]
},
"repository": {
Expand Down
4 changes: 0 additions & 4 deletions packages/async-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@
"node": "^18.12 || ^20.9"
},
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
],
Expand Down
4 changes: 0 additions & 4 deletions packages/base-zone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@
"node": "^18.12 || ^20.9"
},
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
],
Expand Down
4 changes: 0 additions & 4 deletions packages/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@
"js": true,
"ts": "module"
},
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"nodeArguments": [
"--loader=tsx",
"--no-warnings"
Expand Down
4 changes: 0 additions & 4 deletions packages/boot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@
"js": true,
"ts": "module"
},
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"nodeArguments": [
"--loader=tsx",
"--no-warnings"
Expand Down
4 changes: 0 additions & 4 deletions packages/builders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@
"node": "^18.12 || ^20.9"
},
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
],
Expand Down
4 changes: 0 additions & 4 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
"node": "^18.12 || ^20.9"
},
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
],
Expand Down
4 changes: 0 additions & 4 deletions packages/casting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@
"node": "^18.12 || ^20.9"
},
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"timeout": "20m",
"workerThreads": false
},
Expand Down
6 changes: 1 addition & 5 deletions packages/cosmic-proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,6 @@
"src/": "dist/"
},
"compile": false
},
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
]
}
}
}
4 changes: 0 additions & 4 deletions packages/cosmic-swingset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@
"node": "^18.12 || ^20.9"
},
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
],
Expand Down
4 changes: 0 additions & 4 deletions packages/create-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
},
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"timeout": "2m",
"workerThreads": false
},
Expand Down
4 changes: 0 additions & 4 deletions packages/deploy-script-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@
"NEWS.md"
],
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
]
Expand Down
4 changes: 0 additions & 4 deletions packages/governance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@
"NEWS.md"
],
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
],
Expand Down
5 changes: 2 additions & 3 deletions packages/import-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@
"NEWS.md"
],
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
"require": [
"@endo/init/debug.js"
]
},
"publishConfig": {
Expand Down
4 changes: 0 additions & 4 deletions packages/inter-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@
"NEWS.md"
],
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
],
Expand Down
4 changes: 0 additions & 4 deletions packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@
"ava": {
"require": [
"@endo/init/debug.js"
],
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
]
},
"author": "Agoric",
Expand Down
4 changes: 0 additions & 4 deletions packages/kmarshal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
"access": "public"
},
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
],
Expand Down
4 changes: 0 additions & 4 deletions packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@
"node": "^18.12 || ^20.9"
},
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
],
Expand Down
4 changes: 0 additions & 4 deletions packages/notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@
"access": "public"
},
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
],
Expand Down
4 changes: 0 additions & 4 deletions packages/orchestration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@
"js": true,
"ts": "module"
},
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"nodeArguments": [
"--loader=tsx",
"--no-warnings"
Expand Down
4 changes: 0 additions & 4 deletions packages/pegasus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@
"NEWS.md"
],
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
],
Expand Down
4 changes: 0 additions & 4 deletions packages/smart-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@
},
"homepage": "https://github.com/Agoric/agoric#readme",
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
],
Expand Down
4 changes: 0 additions & 4 deletions packages/solo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@
"node": "^18.12 || ^20.9"
},
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
],
Expand Down
4 changes: 0 additions & 4 deletions packages/spawner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@
"access": "public"
},
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
],
Expand Down
4 changes: 0 additions & 4 deletions packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@
"access": "public"
},
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
],
Expand Down
4 changes: 0 additions & 4 deletions packages/swing-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
"access": "public"
},
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
],
Expand Down
4 changes: 0 additions & 4 deletions packages/swingset-liveslots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@
},
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
],
Expand Down
4 changes: 0 additions & 4 deletions packages/swingset-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@
"access": "public"
},
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
],
Expand Down
4 changes: 0 additions & 4 deletions packages/swingset-xsnap-supervisor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@
"access": "public"
},
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
],
Expand Down
4 changes: 0 additions & 4 deletions packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@
"node": "^18.12 || ^20.9"
},
"ava": {
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
],
"require": [
"@endo/init/debug.js"
],
Expand Down
4 changes: 0 additions & 4 deletions packages/time/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@
"ava": {
"require": [
"@endo/init/debug.js"
],
"files": [
"test/**/test-*.*",
"test/**/*.test.*"
]
},
"files": [
Expand Down
Loading

0 comments on commit 468a28e

Please sign in to comment.