mirror of https://github.com/sveltejs/svelte
parent
28f50031e4
commit
9ffcc6a708
@ -1,6 +1,6 @@
|
||||
import deindent from '../src/utils/deindent.js';
|
||||
import deindent from '../../src/utils/deindent.js';
|
||||
import assert from 'assert';
|
||||
import { svelte } from './helpers.js';
|
||||
import { svelte } from '../helpers.js';
|
||||
|
||||
describe( 'create', () => {
|
||||
it( 'should return a component constructor', () => {
|
Loading…
Reference in new issue