chore: add command to launch mocha tests (#5679)

This commit is contained in:
Rachel Fenichel
2021-11-09 10:41:59 -08:00
committed by GitHub
parent f14a1c8034
commit f8e2e63a7a

View File

@@ -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"