Skip to content

Commit dbe3cf8

Browse files
committed
reenable all tests
1 parent 9eaea2b commit dbe3cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/preprocess/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import assert from 'assert';
22
import {svelte} from '../helpers.js';
33

4-
describe.only('preprocess', () => {
4+
describe('preprocess', () => {
55
it('preprocesses entire component', () => {
66
const source = `
77
<h1>Hello __NAME__!</h1>

0 commit comments

Comments
 (0)