Skip to content

Commit

Permalink
More e2e fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Senyoret1 committed Feb 9, 2023
1 parent 9f79a99 commit 14975b9
Show file tree
Hide file tree
Showing 6 changed files with 498 additions and 3,496 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ Gopkg.toml
**/e2e/*
**/node_modules/*
**/dist/*
**/test/*
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
],
"parserOptions": {
"project": [
"tsconfig.json",
"e2e/tsconfig.json"
"tsconfig.json"
],
"createDefaultProgram": true
},
Expand Down
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ services:
- docker

addons:
apt:
packages:
- dpkg
chrome: stable

before_install:
Expand Down
Loading

0 comments on commit 14975b9

Please sign in to comment.