Skip to content

Commit 7e9af10

Browse files
authored
chore(test): link compiler directly from source (#8612)
1 parent f09a942 commit 7e9af10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as path from 'node:path';
33
import glob from 'tiny-glob/sync';
44
import colors from 'kleur';
55
import { assert } from 'vitest';
6-
import { compile } from '../compiler.js';
6+
import { compile } from '../src/compiler/index.js';
77
import { fileURLToPath } from 'node:url';
88

99
export function try_load_json(file) {

test/server-side-rendering/ssr-2.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as path from 'node:path';
55
import { setTimeout } from 'node:timers/promises';
66
import glob from 'tiny-glob/sync';
77
import { assert, describe, it } from 'vitest';
8-
import { compile } from '../../compiler.mjs';
8+
import { compile } from '../../src/compiler/index.js';
99
import { create_loader, mkdirp, try_load_config } from '../helpers.js';
1010
import { assert_html_equal, assert_html_equal_with_options } from '../html_equal.js';
1111

0 commit comments

Comments
 (0)