mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
format
This commit is contained in:
parent
451733d127
commit
5a9c4ef00f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { userEvent } from '@vitest/browser/context'
|
||||
import { describe, expect, test } from 'vitest'
|
||||
import { render } from 'vitest-browser-svelte'
|
||||
import App from '../src/routes/+page.svelte'
|
||||
import PropsReactivity from '../src/components/test/props-reactivity.svelte'
|
||||
import App from '../src/routes/+page.svelte'
|
||||
|
||||
const createMockFile = (name: string, type: string, size: number = 1024) => {
|
||||
return new File(['test content'], name, { type })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue