Created
October 23, 2015 16:58
-
-
Save rxaviers/22345c3ac2cf57dd496f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xavier@xavier ~/jquery/download.jqueryui.com $ git diff test/ | |
diff --git a/test/package-1-12.0.js b/test/package-1-12.0.js | |
index 0ad8c6f..19d9851 100644 | |
--- a/test/package-1-12.0.js | |
+++ b/test/package-1-12.0.js | |
@@ -101,8 +101,8 @@ tests = { | |
"test: select all effects": function( test ) { | |
var pkg = new Packager( this.files, Package, { | |
components: this.allEffects, | |
- themeVars: defaultTheme | |
- }); | |
+ themeVars: null | |
+ }, {}); | |
test.expect( COMMON_FILES_TESTCASES + THEME_FILES_TESTCASES ); | |
pkg.toJson(function( error, files ) { | |
if (error) { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment