ci(config): run all e2e test

This commit is contained in:
George Lima 2019-01-25 17:56:14 -03:00
parent 4778ce3a0b
commit 0305471a21
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
"test": "jest --runInBand",
"test:watch": "jest --watch",
"e2e:serve": "node -r @babel/register ./__tests__/setup/mockAPI.js",
"e2e:run": "yarn test e2e/sidebar"
"e2e:run": "yarn test e2e"
},
"author": {
"name": "André Neves",