Skip to content

Commit

Permalink
Merge branch 'main' into changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
raoufswe authored Dec 2, 2024
2 parents c64b7a6 + 7528fe1 commit e662bcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
6 changes: 3 additions & 3 deletions apps/pie-storybook/test/utilities/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, it, expect } from 'vitest';
import { html, render, type TemplateResult} from 'lit';
import { html, render, type TemplateResult } from 'lit';
import { createStory, createVariantStory } from '../../utilities/index';
import { type StoryOptions } from '../../types/StoryOptions';

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

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

// Compare the key properties of the TemplateResult
Expand Down
14 changes: 0 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4876,18 +4876,6 @@ __metadata:
languageName: unknown
linkType: soft

"@justeattakeaway/[email protected], @justeattakeaway/pie-foo@workspace:packages/components/pie-foo":
version: 0.0.0-use.local
resolution: "@justeattakeaway/pie-foo@workspace:packages/components/pie-foo"
dependencies:
"@custom-elements-manifest/analyzer": 0.9.0
"@justeattakeaway/pie-components-config": 0.18.0
"@justeattakeaway/pie-css": 0.13.1
"@justeattakeaway/pie-webc-core": 0.24.2
cem-plugin-module-file-extensions: 0.0.5
languageName: unknown
linkType: soft

"@justeattakeaway/[email protected], @justeattakeaway/pie-form-label@workspace:packages/components/pie-form-label":
version: 0.0.0-use.local
resolution: "@justeattakeaway/pie-form-label@workspace:packages/components/pie-form-label"
Expand Down Expand Up @@ -5234,7 +5222,6 @@ __metadata:
"@justeattakeaway/pie-components-config": 0.18.0
"@justeattakeaway/pie-cookie-banner": 1.2.0
"@justeattakeaway/pie-divider": 1.0.0
"@justeattakeaway/pie-foo": 0.0.0
"@justeattakeaway/pie-form-label": 0.14.4
"@justeattakeaway/pie-icon-button": 1.0.0
"@justeattakeaway/pie-link": 1.0.0
Expand Down Expand Up @@ -22840,7 +22827,6 @@ __metadata:
"@justeattakeaway/pie-cookie-banner": 1.2.0
"@justeattakeaway/pie-css": 0.13.1
"@justeattakeaway/pie-divider": 1.0.0
"@justeattakeaway/pie-foo": 0.0.0
"@justeattakeaway/pie-form-label": 0.14.4
"@justeattakeaway/pie-icon-button": 1.0.0
"@justeattakeaway/pie-icons-configs": 4.5.1
Expand Down

0 comments on commit e662bcf

Please sign in to comment.