I\'m using Jasmine to write tests.
I have several test files, each file has a beforeEach, but they are exactly the same.
beforeEach
How do I provide a
You can put it in your spec_helper.js file and it should work fine.
spec_helper.js