Skip to content

Commit 90705df

Browse files
committed
refactor: added missing import
1 parent b970fb0 commit 90705df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/postcss-if-function/test/plugin.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import postcss from 'postcss';
2-
import { describe, expect, it } from 'vitest';
2+
import { describe, expect, it, vi } from 'vitest';
33
import { postcssIfFunction } from '../src/index.js';
44

55
describe('postcss-if-function plugin', () => {

0 commit comments

Comments
 (0)