UNPKG

svelte-ux

Version:

A large collection of Svelte components, actions, stores and utils to simplify creating highly interactive and visual applications. Built using Tailwind with extensibility and customization in mind.

5 lines (4 loc) 108 B
import { expect, test } from 'vitest'; test('adds 1 + 2 to equal 3', () => { expect(1 + 1).toBe(2); });