Skip to content

Commit 7e7baaf

Browse files
committed
move plotschema_test to bundle_tests/
... where we ignore the compress_attributes.js transform on bundling.
1 parent ce2a33a commit 7e7baaf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/jasmine/karma.conf.js

+4
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,10 @@ if(isBundleTest) {
274274
func.defaultConfig.files.push(pathToIE9mock);
275275
func.defaultConfig.preprocessors[testFileGlob] = ['browserify'];
276276
break;
277+
case 'plotschema':
278+
func.defaultConfig.browserify.ignoreTransform = './tasks/compress_attributes.js';
279+
func.defaultConfig.preprocessors[testFileGlob] = ['browserify'];
280+
break;
277281
default:
278282
func.defaultConfig.preprocessors[testFileGlob] = ['browserify'];
279283
break;

0 commit comments

Comments
 (0)