diff --git a/package.json b/package.json index 57e8f6e45..1408209e9 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,7 @@ "start": "http-server ./ -o /tests/playground.html -c-1", "test": "tests/run_all_tests.sh", "test:generators": "tests/scripts/run_generators.sh", + "test:mocha:interactive": "http-server ./ -o /tests/mocha/index.html -c-1", "test:compile:advanced": "gulp buildAdvancedCompilationTest", "typings": "gulp typings", "updateGithubPages": "gulp gitUpdateGithubPages"