mirror of https://github.com/waku-org/js-waku.git
Add TODO
This commit is contained in:
parent
27c3668121
commit
82e7af44aa
|
@ -23,7 +23,7 @@
|
||||||
"test:lint": "eslint src --ext .ts",
|
"test:lint": "eslint src --ext .ts",
|
||||||
"test:prettier": "prettier \"src/**/*.ts\" --list-different",
|
"test:prettier": "prettier \"src/**/*.ts\" --list-different",
|
||||||
"test:spelling": "cspell \"{README.md,.github/*.md,src/**/*.ts}\"",
|
"test:spelling": "cspell \"{README.md,.github/*.md,src/**/*.ts}\"",
|
||||||
"test:unit": "nyc --silent mocha --exit",
|
"test:unit": "nyc --silent mocha --exit # TODO: Remove `--exit` and fix hanging processes",
|
||||||
"test:lint-proto": "buf lint",
|
"test:lint-proto": "buf lint",
|
||||||
"check-cli": "run-s test diff-integration-tests check-integration-tests",
|
"check-cli": "run-s test diff-integration-tests check-integration-tests",
|
||||||
"check-integration-tests": "run-s check-integration-test:*",
|
"check-integration-tests": "run-s check-integration-test:*",
|
||||||
|
|
Loading…
Reference in New Issue