Skip to content

Commit 1cca4cc

Browse files
committed
chore: add missing import
1 parent 177d92e commit 1cca4cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/browser/lifecycles/componentWillUpdate.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { setupRerender } from 'preact/test-utils';
22
import { createElement, render, Component } from 'preact';
33
import { setupScratch, teardown } from '../../_util/helpers';
4+
import { vi } from 'vitest';
45

56
/** @jsx createElement */
67

0 commit comments

Comments
 (0)