Add integration test using Cockpit test API

Closes #16
This commit is contained in:
Martin Pitt 2018-03-08 15:29:31 +01:00 committed by Lars Karlitski
parent c99c9e2d38
commit 931e1be3c3
7 changed files with 102 additions and 1 deletions

View file

@ -14,6 +14,7 @@
"babel-loader": "^7.0.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.5.2",
"chrome-remote-interface": "^0.25.5",
"compression-webpack-plugin": "~1.0.0",
"copy-webpack-plugin": "~3.0.1",
"eslint": "^3.0.0",
@ -21,6 +22,7 @@
"eslint-plugin-react": "~6.9.0",
"jshint": "~2.9.1",
"jshint-loader": "~0.8.3",
"sizzle": "^2.3.3",
"webpack": "^2.6.1"
},
"dependencies": {