Skip to content

Commit

Permalink
chore: convert unit tests of xo-collection from Jest to node-core-test
Browse files Browse the repository at this point in the history
Jest test removed
  • Loading branch information
stephane-m-dev committed Sep 20, 2024
1 parent 4c7acc1 commit b8e88f3
Show file tree
Hide file tree
Showing 5 changed files with 392 additions and 381 deletions.
3 changes: 2 additions & 1 deletion packages/xo-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"prebuild": "rimraf dist/",
"predev": "yarn run prebuild",
"prepublishOnly": "yarn run build",
"postversion": "npm publish"
"postversion": "npm publish",
"test": "node --test dist/"
}
}
343 changes: 0 additions & 343 deletions packages/xo-collection/src/collection.spec.js

This file was deleted.

Loading

0 comments on commit b8e88f3

Please sign in to comment.