chore(test): link compiler directly from source (#8612)

pull/8619/head
gtmnayan 2 years ago committed by GitHub
parent f09a942130
commit 7e9af10dce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@ import * as path from 'node:path';
import glob from 'tiny-glob/sync';
import colors from 'kleur';
import { assert } from 'vitest';
import { compile } from '../compiler.js';
import { compile } from '../src/compiler/index.js';
import { fileURLToPath } from 'node:url';
export function try_load_json(file) {

@ -5,7 +5,7 @@ import * as path from 'node:path';
import { setTimeout } from 'node:timers/promises';
import glob from 'tiny-glob/sync';
import { assert, describe, it } from 'vitest';
import { compile } from '../../compiler.mjs';
import { compile } from '../../src/compiler/index.js';
import { create_loader, mkdirp, try_load_config } from '../helpers.js';
import { assert_html_equal, assert_html_equal_with_options } from '../html_equal.js';

Loading…
Cancel
Save