Skip to content

Commit

Permalink
renable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Mar 28, 2017
1 parent 1308907 commit b5d4b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/css/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import assert from 'assert';
import * as fs from 'fs';
import { svelte, exists } from '../helpers.js';

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

Expand Down

0 comments on commit b5d4b78

Please sign in to comment.