I had to add it to the plugin array in karma.conf.js to make it work: ``` plugins: [ 'karma-preprocessor-pullscripts', ... ], ```