Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 85d885b

Browse files
committed
staging
1 parent 09b8f4c commit 85d885b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

karma-build.conf.js

+4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
*/
88

99
module.exports = function(config) {
10+
var preload = config.client.preload;
1011
require('./karma-base.conf.js')(config);
12+
if (preload) {
13+
config.files.push(preload);
14+
}
1115
config.files.push('build/test/wtf_mock.js');
1216
config.files.push('build/test/test_fake_polyfill.js');
1317
config.files.push('build/lib/zone.js');

0 commit comments

Comments
 (0)