Skip to content

Commit

Permalink
fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xgbuils committed Jun 2, 2019
1 parent 26aba28 commit e5278f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 152 deletions.
128 changes: 0 additions & 128 deletions e2e-tests/compare.js

This file was deleted.

24 changes: 4 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@
"glob": "^7.1.4"
},
"devDependencies": {
"@xgbuils/pickle-lint-with-gherkin-5-test": "0.0.1",
"@xgbuils/pickle-lint-with-gherkin-5-test": "0.0.2",
"chai": "^4.2.0",
"coveralls": "^3.0.3",
"diff": "^4.0.1",
"eslint": "^5.16.0",
"eslint-config-google": "^0.13.0",
"mocha": "6.1.4",
Expand All @@ -86,8 +85,8 @@
},
"scripts": {
"demo": "node ./src/main.js . -c ./test-data-wip/.gherkin-lintrc",
"lint": "eslint ./src ./test ./e2e-tests",
"lint-fix": "eslint ./src ./test/ ./e2e-tests --fix",
"lint": "eslint ./src ./test",
"lint-fix": "eslint ./src ./test/ --fix",
"test-only": "mocha --recursive ./test",
"e2e-gherkin-5": "pickle-lint-with-gherkin-5-test e2e-tests/[email protected]",
"e2e": "npm run e2e-gherkin-5",
Expand Down

0 comments on commit e5278f9

Please sign in to comment.