Skip to content

Commit 63c6647

Browse files
committed
fix: instrumentation
1 parent 8f5d26c commit 63c6647

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

before-push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
docker compose run --rm json-tool rm -rf node_modules/ coverage/ build/ .nyc_output
44
docker compose run --rm json-tool npm i
55
docker compose run --rm json-tool npm run build
6-
docker compose run --service-ports --rm -d json-tool npm run start
6+
docker compose run --service-ports --rm -d json-tool npm run start-instrumented
77
echo "Sleeping 10 seconds for the application to start"
88
sleep 10
99
echo "Woke up, after 10 seconds, running tests now..."

cypress/support/e2e.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
// Import commands.js using ES2015 syntax:
1717
import '@chromatic-com/cypress/dist/support';
18+
import '@cypress/code-coverage/dist/lib/support';
1819
import './commands';
1920

2021
// Alternatively you can use CommonJS syntax:

0 commit comments

Comments
 (0)