Skip to content

Commit 478bfc0

Browse files
committed
remove invalid import
1 parent 46a2804 commit 478bfc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/core/adapt/builder.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { existsSync, rmSync } from 'node:fs';
22
import { join, dirname } from 'node:path';
33
import { fileURLToPath } from 'node:url';
44
import { assert, expect, test } from 'vitest';
5-
import { create_builder, filter_vite_files } from './builder.js';
5+
import { create_builder } from './builder.js';
66
import { posixify } from '../../utils/filesystem.js';
77
import { list_files } from '../utils.js';
88

0 commit comments

Comments
 (0)