Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
fix test for cjs as default static output
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jan 4, 2016
1 parent 05917be commit 11256c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ function doTests(transpiler) {
return builder.buildStatic('toamd1', 'test/output/sfx.js', {
runtime: true,
minify: minify,
format: 'global',
globalDefs: { DEBUG: false },
globalName: 'amd1',
globalDeps: {
Expand Down

0 comments on commit 11256c0

Please sign in to comment.