@vtmn/svelte
Advanced tools
Comparing version 3.1.0 to 3.2.0
{ | ||
"name": "@vtmn/svelte", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "Decathlon Design System - Vitamin Svelte components library", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@vtmn/css": "^2.0.0", | ||
"@vtmn/css": "^2.0.1", | ||
"@vtmn/css-accordion": "^1.1.3", | ||
@@ -59,3 +59,3 @@ "@vtmn/css-alert": "^1.1.1", | ||
"@vtmn/css-rating": "^1.1.3", | ||
"@vtmn/css-search": "^1.1.3", | ||
"@vtmn/css-search": "^1.1.4", | ||
"@vtmn/css-select": "^1.1.1", | ||
@@ -134,3 +134,3 @@ "@vtmn/css-skeleton": "^1.1.1", | ||
}, | ||
"gitHead": "cf11a56c059889cca5de1cb7c15c71ddfa5a847b" | ||
"gitHead": "72e611e77242daf4c1af908f2fccde24d66eeef4" | ||
} |
import '@testing-library/jest-dom'; | ||
import { render } from '@testing-library/svelte'; | ||
import VtmnAccordion from './VtmnAccordionWithSlots.svelte'; | ||
import VtmnAccordionWithSummarySlots from './VtmnAccordionWithSummarySlots.svelte'; | ||
@@ -69,2 +70,7 @@ describe('VtmnAccordion', () => { | ||
}); | ||
test('Should display the summary from the slot', () => { | ||
const { getByText } = render(VtmnAccordionWithSummarySlots); | ||
expect(getByText('Summary from slot')).toBeVisible(); | ||
}); | ||
}); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1520187
158
31936
Updated@vtmn/css@^2.0.1
Updated@vtmn/css-search@^1.1.4