Skip to content

Commit

Permalink
Update require_test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkishor123 committed Apr 15, 2014
1 parent de5ea0e commit 11d1bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/require_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var optimize = require(intLibPath + 'optimize').init(grunt);
var almondify = require(intLibPath + 'almondify').init(grunt);
var replaceAlmondInHtmlFiles = require(intLibPath + 'replace').init(grunt);

exports['require'] = {
exports.require = {
setUp: function(done) {
'use strict';
done();
Expand Down

0 comments on commit 11d1bdb

Please sign in to comment.