forked from Github/frigate
switch to vite
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { h } from 'preact';
|
||||
import Dialog from '../Dialog';
|
||||
import { render, screen } from '@testing-library/preact';
|
||||
import { render, screen } from 'testing-library';
|
||||
|
||||
describe('Dialog', () => {
|
||||
let portal;
|
||||
|
||||
Reference in New Issue
Block a user