Skip to content

Commit

Permalink
re-enable @waku/tests (#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 authored Aug 16, 2023
1 parent 1548a4f commit 3d24cd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"check:lint": "eslint src tests",
"check:spelling": "cspell \"{README.md,{tests,src}/**/*.ts}\"",
"check:tsc": "tsc -p tsconfig.dev.json",
"test": "node ./src/run-tests.js \"tests/**/!(*.optional).spec.ts\"",
"test": "run-s test:*",
"test:node": "node ./src/run-tests.js \"tests/**/!(*.optional).spec.ts\"",
"test:optional": "node ./src/run-tests.js \"tests/**/@(*.optional).spec.ts\"",
"reset-hard": "git clean -dfx -e .idea && git reset --hard && npm i && npm run build"
},
Expand Down

0 comments on commit 3d24cd6

Please sign in to comment.