Skip to content

Commit b5d4b78

Browse files
committed
renable tests
1 parent 1308907 commit b5d4b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/css/index.js

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

5-
describe.only( 'css', () => {
5+
describe( 'css', () => {
66
fs.readdirSync( 'test/css/samples' ).forEach( dir => {
77
if ( dir[0] === '.' ) return;
88

0 commit comments

Comments
 (0)