Commit 0a91a3ac by Adeel

Code: Fixes test file name.

parent 9861c95f
...@@ -44,7 +44,7 @@ if (!force && !process.env.SKIP_NODE_SASS_TESTS) { ...@@ -44,7 +44,7 @@ if (!force && !process.env.SKIP_NODE_SASS_TESTS) {
timeout: 999999 timeout: 999999
}); });
mocha.addFile(path.resolve(__dirname, 'test', 'test.js')); mocha.addFile(path.resolve(__dirname, 'test', 'api.js'));
mocha.run(function () { mocha.run(function () {
// at least 90% of tests should pass // at least 90% of tests should pass
......
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