Skip to content

Instantly share code, notes, and snippets.

@rxaviers
Created October 23, 2015 16:58
Show Gist options
  • Save rxaviers/22345c3ac2cf57dd496f to your computer and use it in GitHub Desktop.
Save rxaviers/22345c3ac2cf57dd496f to your computer and use it in GitHub Desktop.
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