update tests posts-#354

pull/353/head
Rich-Harris 8 years ago
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…
Cancel
Save