Skip to content

Commit

Permalink
Add missing semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Oct 25, 2015
1 parent 8e7883f commit 119aeb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ describe('sass-loader', function () {
sassLoader: {
includePaths: [path.join(__dirname, ext, 'from-include-path')]
}
}
};
});
testAsync('should resolve imports from another directory declared by includePaths correctly (async)', 'import-include-paths', function (ext) {
return {
sassLoader: {
includePaths: [path.join(__dirname, ext, 'from-include-path')]
}
}
};
});

testSync('should not resolve CSS imports (sync)', 'import-css');
Expand Down

0 comments on commit 119aeb4

Please sign in to comment.