summaryrefslogtreecommitdiff
path: root/src/fauxton/tasks/fauxton.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/fauxton/tasks/fauxton.js')
-rw-r--r--src/fauxton/tasks/fauxton.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fauxton/tasks/fauxton.js b/src/fauxton/tasks/fauxton.js
index cfcfc81e6..833a86d2b 100644
--- a/src/fauxton/tasks/fauxton.js
+++ b/src/fauxton/tasks/fauxton.js
@@ -103,6 +103,8 @@ module.exports = function(grunt) {
config: function (args) {
configInfo = args;
configInfo.paths['chai'] = "../test/mocha/chai";
+ configInfo.paths['sinon-chai'] = "../test/mocha/sinon-chai";
+ configInfo.paths['testUtils'] = "../test/mocha/testUtils";
configInfo.baseUrl = '../app';
delete configInfo.deps;
}