Commit 6c5f1101 by xzyfer

Fix typo in watcher test config

parent e3ca0757
......@@ -20,7 +20,7 @@ describe('watcher', function() {
beforeEach(function() {
watcher.reset({
directory: main,
loadPaths: [main]
includePath: [main]
});
});
......@@ -126,7 +126,7 @@ describe('watcher', function() {
beforeEach(function() {
watcher.reset({
src: path.join(main, 'one.scss'),
loadPaths: [main]
includePath: [main]
});
});
......
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