Skip to content

Commit

Permalink
chore(region-config-resolver): remove test:e2e script (#5193)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddsriv authored Sep 7, 2023
1 parent d80f48c commit 4556b5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/region-config-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
"extract:docs": "api-extractor run --local",
"test": "jest",
"test:e2e": "jest -c jest.config.e2e.js"
"test": "jest"
},
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
Expand Down

0 comments on commit 4556b5e

Please sign in to comment.