Skip to content

Commit e47b828

Browse files
committed
fix: remove unused skipIf import
1 parent b75f178 commit e47b828

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/loader.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, it, expect, skipIf } from 'vitest';
1+
import { describe, it, expect } from 'vitest';
22
import { mkdtempSync, mkdirSync, writeFileSync } from 'node:fs';
33
import { join } from 'node:path';
44
import { tmpdir } from 'node:os';

0 commit comments

Comments
 (0)