Skip to content

Commit d658e70

Browse files
committed
chore(test): fix path to compiler
1 parent 086f225 commit d658e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compiler-errors/compiler-errors.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as fs from 'node:fs';
22
import * as path from 'node:path';
33
import { assert, describe, expect, it } from 'vitest';
4-
import { compile } from '../../compiler.mjs';
4+
import { compile } from 'svelte/compiler';
55

66
const configs = import.meta.glob('./samples/*/_config.js', { import: 'default', eager: true });
77

0 commit comments

Comments
 (0)