Skip to content

Commit 446fcb0

Browse files
committed
chore(wtr): rename config files
who needs convention?
1 parent 901ab22 commit 446fcb0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/@lwc/integration-not-karma/configs/web-test-runner.hydration.mjs renamed to packages/@lwc/integration-not-karma/configs/hydration.mjs

File renamed without changes.

packages/@lwc/integration-not-karma/configs/web-test-runner.config.mjs renamed to packages/@lwc/integration-not-karma/configs/integration.mjs

File renamed without changes.

packages/@lwc/integration-not-karma/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"version": "8.20.1",
55
"scripts": {
66
"start": "web-test-runner --manual",
7-
"test": "web-test-runner --config configs/web-test-runner.config.mjs",
8-
"test:hydration": "web-test-runner --config configs/web-test-runner.hydration.mjs"
7+
"test": "web-test-runner --config configs/integration.mjs",
8+
"test:hydration": "web-test-runner --config configs/hydration.mjs"
99
},
1010
"devDependencies": {
1111
"@lwc/compiler": "8.20.1",

0 commit comments

Comments
 (0)