Skip to content

Commit

Permalink
chore: remove http test
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Jan 7, 2020
1 parent 932a602 commit f91fc67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
23 changes: 0 additions & 23 deletions e2e/http-req.test.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"jest": "jest",
"jest:ci": "jest --coverage",
"e2e": "node e2e/run.js && node e2e/http-req.test.js",
"e2e": "node e2e/run.js",
"test": "yarn format:check && yarn lint && yarn jest:ci && yarn e2e",
"prettier": "prettier \"*.js\" \"*.md\" \"*.json\" \"*.yml\" \"src/**/*\"",
"format": "yarn prettier --write",
Expand Down

0 comments on commit f91fc67

Please sign in to comment.