Skip to content

Commit

Permalink
fix: exclude mockData.ts from jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Dec 8, 2023
1 parent e21a9fd commit c02dd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build": "yarn clean && tsc",
"cli": "node --no-warnings --experimental-specifier-resolution=node --experimental-json-modules dist/index.js",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
"test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js"
"test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js --testPathIgnorePatterns mockData.ts"
},
"bin": {
"cli": "dist/index.js"
Expand Down

0 comments on commit c02dd1a

Please sign in to comment.