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

Commit 09b8f4c

Browse files
committed
add karma-jasmine config
1 parent 8fb3d04 commit 09b8f4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

karma-build-jasmine-lazy.conf.js

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

99
module.exports = function(config) {
10-
require('./karma-base-jasmine.conf.js')(config);
11-
config.client.setup = 'browser-lazy-zone-setup';
10+
config.client.preload = 'build/test/browser-lazy-zone-setup.js';
11+
require('./karma-build-jasmine.conf.js')(config);
1212
config.client.entrypoint = 'browser_lazy_zone_entry_point';
1313
};

0 commit comments

Comments
 (0)