Skip to content

Commit

Permalink
test(xs): omit exports test
Browse files Browse the repository at this point in the history
ava-xs lacks t.snapshot
  • Loading branch information
turadg committed Oct 3, 2024
1 parent f4c93cf commit a65f0cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/zoe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
],
"ava-xs": {
"exclude": [
"TODO consider dropping ava-xs testing for Zoe package",
"# path/url/import.meta stuff",
"unitTests/contracts/",
"test/swingsetTests/privateArgs/privateArgs.test.js",
Expand Down Expand Up @@ -124,6 +125,8 @@
"test/unitTests/scriptedOracle.test.js",
"test/unitTests/zoe.test.js",
"test/unitTests/zcf/allStagedSeatsUsed.test.js",
"# t.snapshot",
"test/exports.test.js",
"# We use SWINGSET_WORKER_TYPE=xs ava to run these...",
"swingsetTests"
]
Expand Down

0 comments on commit a65f0cb

Please sign in to comment.