You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to change the fixturesPath (default spec/javascripts/fixtures) like described in the documentation, you will not have any success with using:
jasmine.getFixtures().fixturesPath='my/new/path';
like described there. The reason is that you will need to add the files inside this path in the "files" object like:
If you want to change the fixturesPath (default
spec/javascripts/fixtures
) like described in the documentation, you will not have any success with using:like described there. The reason is that you will need to add the files inside this path in the "files" object like:
of
karma.conf.js
.This will avoid 404 requests to these files.
Because this information is not an ingredient of jasmine-jquery it should be documented inside this repository.
The text was updated successfully, but these errors were encountered: