Browse Source

chore: Fix path in payments e2e test script

Michael Bromley 4 years ago
parent
commit
b0d99b12b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/payments-plugin/package.json

+ 1 - 1
packages/payments-plugin/package.json

@@ -11,7 +11,7 @@
     "scripts": {
         "watch": "tsc -p ./tsconfig.build.json --watch",
         "build": "rimraf package && tsc -p ./tsconfig.build.json",
-        "e2e": "jest --config ../../e2e-common/jest-config.js --runInBand --package=payment-plugin",
+        "e2e": "jest --config ../../e2e-common/jest-config.js --runInBand --package=payments-plugin",
         "lint": "tslint --fix --project ./",
         "ci": "yarn build"
     },