Skip to content Skip to sidebar Skip to footer

How To Include Php File To Run Test In Karma/jasmine?

The JS file I want to test is useless without PHP app on top of which it executes, because backend of my app generates all the DOM elements and data, which my JS app utilizes. In o

Solution 1:

The comment by @xmike is valid, but if you were to insist you can use Karma's proxies configuration.


Post a Comment for "How To Include Php File To Run Test In Karma/jasmine?"