Skip to content

Commit 0df9602

Browse files
committed
chore(fixtures): always use x for namespace
just for consistency
1 parent 5656009 commit 0df9602

File tree

11 files changed

+5
-5
lines changed

11 files changed

+5
-5
lines changed

packages/@lwc/integration-karma/test/component/face-callbacks/index.spec.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { createElement } from 'lwc';
22
import { ENABLE_ELEMENT_INTERNALS_AND_FACE } from 'test-utils';
33

4-
import Container from 'face/container';
5-
import FormAssociated from 'face/formAssociated';
6-
import NotFormAssociated from 'face/notFormAssociated';
7-
import LightDomFormAssociated from 'face/lightDomFormAssociated';
8-
import LightDomNotFormAssociated from 'face/lightDomNotFormAssociated';
4+
import Container from 'x/container';
5+
import FormAssociated from 'x/formAssociated';
6+
import NotFormAssociated from 'x/notFormAssociated';
7+
import LightDomFormAssociated from 'x/lightDomFormAssociated';
8+
import LightDomNotFormAssociated from 'x/lightDomNotFormAssociated';
99

1010
const createFormElement = () => {
1111
const container = createElement('face-container', { is: Container });

packages/@lwc/integration-karma/test/component/face-callbacks/face/container/container.html renamed to packages/@lwc/integration-karma/test/component/face-callbacks/x/container/container.html

File renamed without changes.

packages/@lwc/integration-karma/test/component/face-callbacks/face/container/container.js renamed to packages/@lwc/integration-karma/test/component/face-callbacks/x/container/container.js

File renamed without changes.

packages/@lwc/integration-karma/test/component/face-callbacks/face/formAssociated/formAssociated.html renamed to packages/@lwc/integration-karma/test/component/face-callbacks/x/formAssociated/formAssociated.html

File renamed without changes.

packages/@lwc/integration-karma/test/component/face-callbacks/face/formAssociated/formAssociated.js renamed to packages/@lwc/integration-karma/test/component/face-callbacks/x/formAssociated/formAssociated.js

File renamed without changes.

packages/@lwc/integration-karma/test/component/face-callbacks/face/lightDomFormAssociated/lightDomFormAssociated.html renamed to packages/@lwc/integration-karma/test/component/face-callbacks/x/lightDomFormAssociated/lightDomFormAssociated.html

File renamed without changes.

packages/@lwc/integration-karma/test/component/face-callbacks/face/lightDomFormAssociated/lightDomFormAssociated.js renamed to packages/@lwc/integration-karma/test/component/face-callbacks/x/lightDomFormAssociated/lightDomFormAssociated.js

File renamed without changes.

packages/@lwc/integration-karma/test/component/face-callbacks/face/lightDomNotFormAssociated/lightDomNotFormAssociated.html renamed to packages/@lwc/integration-karma/test/component/face-callbacks/x/lightDomNotFormAssociated/lightDomNotFormAssociated.html

File renamed without changes.

packages/@lwc/integration-karma/test/component/face-callbacks/face/lightDomNotFormAssociated/lightDomNotFormAssociated.js renamed to packages/@lwc/integration-karma/test/component/face-callbacks/x/lightDomNotFormAssociated/lightDomNotFormAssociated.js

File renamed without changes.

packages/@lwc/integration-karma/test/component/face-callbacks/face/notFormAssociated/notFormAssociated.html renamed to packages/@lwc/integration-karma/test/component/face-callbacks/x/notFormAssociated/notFormAssociated.html

File renamed without changes.

0 commit comments

Comments
 (0)