TypeScript/tests/cases/user/chrome-devtools-frontend/package.json
Wesley Wigham 5fcde240e3
External test runner updates (#21276)
* Increase user test timeout to 10m because npm can be slow, remove parse5 because they added their own types, accept updated error msg for rxjs, acccept current chrome baseline and pin chrmoe version

* Suppress lint
2018-01-18 13:48:23 -08:00

15 lines
302 B
JSON

{
"name": "chrome-devtools-frontend-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"chrome-devtools-frontend": "1.0.530099"
}
}