Skip to content

Commit

Permalink
Merge pull request #868 from BitGo/DX-647
Browse files Browse the repository at this point in the history
test: refactor massive test file into smaller tests
  • Loading branch information
bitgopatmcl authored Aug 6, 2024
2 parents 7755aaf + 2435783 commit 2731c48
Show file tree
Hide file tree
Showing 10 changed files with 4,734 additions and 4,703 deletions.
3 changes: 2 additions & 1 deletion packages/openapi-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"clean": "rm -rf -- dist",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"test": "c8 --all --src src node --require @swc-node/register --test test/*.test.ts",
"node:test": "node --require @swc-node/register --test test/*.test.ts test/**/*.test.ts",
"test": "c8 --all --src src npm run node:test",
"test:target": "c8 --all --src src node --require @swc-node/register"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 2731c48

Please sign in to comment.