Skip to content

Commit

Permalink
fix: revert last commit and bypass e2e tests instead (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
amuramoto committed Apr 1, 2023
1 parent 2b1b2fd commit 2f2002a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"docs": "rm -rf docs/ && typedoc src/index.ts",
"prepare": "tsc",
"test": "jest src",
"test:all": "jest"
"test:e2e": "jest e2e",
"test:all": "jest src"
},
"dependencies": {
"@googlemaps/url-signature": "^1.0.4",
Expand Down

0 comments on commit 2f2002a

Please sign in to comment.