From 82e7af44aaafb4851ecd2734accf0390364a0897 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Mon, 22 Mar 2021 21:38:12 +1100 Subject: [PATCH] Add TODO --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 355c6c07e3..de887e04dd 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "test:lint": "eslint src --ext .ts", "test:prettier": "prettier \"src/**/*.ts\" --list-different", "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", "check-cli": "run-s test diff-integration-tests check-integration-tests", "check-integration-tests": "run-s check-integration-test:*",