Karma-jasmine and beforeAll/afterAlll hooks in Jasmine?

1.5k Views Asked by At

I would like to be able to use beforeAll and afterAll hooks in my application, but I am unable to do so with karma-jasmine. I'm aware I need to modify my boot.js file, but that's provided by the library. How would I set a beforeAll callback in the karma.conf.js file?

1

There are 1 best solutions below

0
On

You cannot set a callback in karma.conf.js... The Karma Docs show all possible configuration options and there is no option to set a callback.