e2e-test: port to typscript

This commit is contained in:
Patrik Oldsberg
2020-08-23 12:00:37 +02:00
parent 9052dfc5bf
commit 0d240696eb
4 changed files with 82 additions and 56 deletions
+2 -2
View File
@@ -13,9 +13,9 @@
"backstage"
],
"license": "Apache-2.0",
"main": "src/index.js",
"main": "src/index.ts",
"scripts": {
"start": "ts-node .",
"start": "yarn ts-node --transpile-only --compiler-options '{\"module\":\"CommonJS\"}' .",
"lint": "backstage-cli lint",
"test": "backstage-cli test",
"test:e2e": "yarn start"