reenable all tests

pull/969/head
Rich Harris 7 years ago
parent 9eaea2ba94
commit dbe3cf8c7e

@ -1,7 +1,7 @@
import assert from 'assert';
import {svelte} from '../helpers.js';
describe.only('preprocess', () => {
describe('preprocess', () => {
it('preprocesses entire component', () => {
const source = `
<h1>Hello __NAME__!</h1>

Loading…
Cancel
Save