Skip to content

Commit

Permalink
Added coverage for b2b shop.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiseev committed Jan 21, 2025
1 parent e60aa4f commit 32dd55d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"build:order-amendment": "webpack --env entryPattern=./src/tests/order-amendment/*.test.js",
"build:product-search": "webpack --env entryPattern=./src/tests/product-search/*.test.js",
"build:dashboard": "webpack --env entryPattern=./src/tests/dashboard/*.test.js",
"docker:up": "docker-compose -f docker-compose.b2b.yml up -d influxdb grafana",
"docker:down": "docker-compose -f docker-compose.b2b.yml down -v --remove-orphans",
"docker:run": "find dist -name '*.test.js' -exec docker-compose -f docker-compose.b2b.yml run --rm k6 run /{} \\;",
"docker:up": "docker-compose -f docker-compose.suite.yml up -d influxdb grafana",
"docker:down": "docker-compose -f docker-compose.suite.yml down -v --remove-orphans",
"docker:run": "find dist -name '*.test.js' -exec docker-compose -f docker-compose.suite.yml run --rm k6 run /{} \\;",
"prettier:check": "prettier . --check",
"prettier:write": "prettier . --write",
"lint": "npx eslint ./src"
Expand Down

0 comments on commit 32dd55d

Please sign in to comment.