Skip to content

Commit 57210a4

Browse files
marklundinCopilot
andauthored
Update packages/lib/src/Application.test.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 7e85389 commit 57210a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lib/src/Application.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { render, screen } from '@testing-library/react';
2-
import { describe, it, expect, beforeEach, vi } from 'vitest';
2+
import { describe, it, expect, vi, beforeEach } from 'vitest';
33
import '@testing-library/jest-dom';
44
import React from 'react';
55
import { Application, ApplicationWithoutCanvas } from './Application.tsx';

0 commit comments

Comments
 (0)