Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
buildupdate-755254: Remove tests
Browse files Browse the repository at this point in the history
The tests won't work in the built files without configuration, so this
removes the tests until we have a chance to do the configuration.

Signed-off-by: Joe Walker <jwalker@mozilla.com>
  • Loading branch information
joewalker committed Sep 10, 2012
1 parent 8c5876c commit 221cdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server/commands/standard.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ exports.buildStandard = function() {
source: {
project: project,
// This list of dependencies should reflect index.html
require: [ 'gcli/index', 'demo/index', 'gclitest/index' ]
require: [ 'gcli/index', 'demo/index' ]
},
filter: copy.filter.moduleDefines,
dest: sources
Expand Down

0 comments on commit 221cdf2

Please sign in to comment.