Commit 74179fcf by xzyfer

Fix test exclusion

parent 59fb0787
......@@ -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');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment