Skip to content

Commit 11fd94c

Browse files
committed
chore(test): removed ampersands
Signed-off-by: Daniel Villanueva <davillan@redhat.com>
1 parent 6c30516 commit 11fd94c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@
140140
"desk:run": "ts-node-esm ./scripts/run.mts run",
141141
"test": "vitest run --coverage --passWithNoTests",
142142
"test:e2e:setup": "xvfb-maybe --auto-servernum --server-args='-screen 0 1280x960x24' --",
143-
"test:e2e": "npm run test:e2e:setup && npx playwright test tests/src",
144-
"test:e2e:cluster-deployment": "npm run test:e2e:setup && npx playwright test tests/src/crc-cluster-deployment.spec.ts"
143+
"test:e2e": "npm run test:e2e:setup npx playwright test tests/src",
144+
"test:e2e:cluster-deployment": "npm run test:e2e:setup npx playwright test tests/src/crc-cluster-deployment.spec.ts"
145145
},
146146
"dependencies": {
147147
"@redhat-developer/rhaccm-client": "^0.0.1"

0 commit comments

Comments
 (0)