We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2a33a commit 7e7baafCopy full SHA for 7e7baaf
test/jasmine/tests/plotschema_test.js renamed to test/jasmine/bundle_tests/plotschema_test.js
test/jasmine/karma.conf.js
@@ -274,6 +274,10 @@ if(isBundleTest) {
274
func.defaultConfig.files.push(pathToIE9mock);
275
func.defaultConfig.preprocessors[testFileGlob] = ['browserify'];
276
break;
277
+ case 'plotschema':
278
+ func.defaultConfig.browserify.ignoreTransform = './tasks/compress_attributes.js';
279
+ func.defaultConfig.preprocessors[testFileGlob] = ['browserify'];
280
+ break;
281
default:
282
283
0 commit comments