Skip to content

Commit

Permalink
Fix test exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Jun 18, 2017
1 parent 59fb078 commit 74179fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/watcher.js
Expand Up @@ -4,7 +4,7 @@ var assert = require('assert'),
temp = require('unique-temp-dir'),
watcher = require('../lib/watcher');

describe.only('watcher', function() {
describe('watcher', function() {
var main, sibling;
var origin = path.join(__dirname, 'fixtures', 'watcher');

Expand Down

0 comments on commit 74179fc

Please sign in to comment.