Convert end-to-end tests to Typescript (#7206)

This commit is contained in:
James Salter
2021-12-06 09:59:06 +11:00
committed by GitHub
parent 5219b6be80
commit d4813f7a1a
42 changed files with 653 additions and 441 deletions
+5 -1
View File
@@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p ./tsconfig.json"
},
"author": "",
"license": "ISC",
@@ -15,5 +16,8 @@
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/puppeteer": "^5.4.4"
}
}