Skip to content

Commit 7528fe1

Browse files
authored
fix(pie-monorepo): DSW-000 fix lint (#2103)
1 parent 9a252c6 commit 7528fe1

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

apps/pie-storybook/test/utilities/index.test.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, it, expect } from 'vitest';
2-
import { html, render, type TemplateResult} from 'lit';
2+
import { html, render, type TemplateResult } from 'lit';
33
import { createStory, createVariantStory } from '../../utilities/index';
44
import { type StoryOptions } from '../../types/StoryOptions';
55

@@ -23,8 +23,8 @@ describe('createStory', () => {
2323
const actualTemplateResult = result.render(defaultArgs);
2424

2525
const expectedTemplateResult: Partial<TemplateResult> = {
26-
strings: Object.assign(['\n <pie-component size=', ' variant=', '></pie-component>\n']),
27-
values: ['medium', 'primary']
26+
strings: Object.assign(['\n <pie-component size=', ' variant=', '></pie-component>\n']),
27+
values: ['medium', 'primary'],
2828
};
2929

3030
// Compare the key properties of the TemplateResult

yarn.lock

-14
Original file line numberDiff line numberDiff line change
@@ -4876,18 +4876,6 @@ __metadata:
48764876
languageName: unknown
48774877
linkType: soft
48784878

4879-
"@justeattakeaway/[email protected], @justeattakeaway/pie-foo@workspace:packages/components/pie-foo":
4880-
version: 0.0.0-use.local
4881-
resolution: "@justeattakeaway/pie-foo@workspace:packages/components/pie-foo"
4882-
dependencies:
4883-
"@custom-elements-manifest/analyzer": 0.9.0
4884-
"@justeattakeaway/pie-components-config": 0.18.0
4885-
"@justeattakeaway/pie-css": 0.13.1
4886-
"@justeattakeaway/pie-webc-core": 0.24.2
4887-
cem-plugin-module-file-extensions: 0.0.5
4888-
languageName: unknown
4889-
linkType: soft
4890-
48914879
"@justeattakeaway/[email protected], @justeattakeaway/pie-form-label@workspace:packages/components/pie-form-label":
48924880
version: 0.0.0-use.local
48934881
resolution: "@justeattakeaway/pie-form-label@workspace:packages/components/pie-form-label"
@@ -5234,7 +5222,6 @@ __metadata:
52345222
"@justeattakeaway/pie-components-config": 0.18.0
52355223
"@justeattakeaway/pie-cookie-banner": 1.2.0
52365224
"@justeattakeaway/pie-divider": 1.0.0
5237-
"@justeattakeaway/pie-foo": 0.0.0
52385225
"@justeattakeaway/pie-form-label": 0.14.4
52395226
"@justeattakeaway/pie-icon-button": 1.0.0
52405227
"@justeattakeaway/pie-link": 1.0.0
@@ -22840,7 +22827,6 @@ __metadata:
2284022827
"@justeattakeaway/pie-cookie-banner": 1.2.0
2284122828
"@justeattakeaway/pie-css": 0.13.1
2284222829
"@justeattakeaway/pie-divider": 1.0.0
22843-
"@justeattakeaway/pie-foo": 0.0.0
2284422830
"@justeattakeaway/pie-form-label": 0.14.4
2284522831
"@justeattakeaway/pie-icon-button": 1.0.0
2284622832
"@justeattakeaway/pie-icons-configs": 4.5.1

0 commit comments

Comments
 (0)