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
All attempts to reference mockjax in test-helper throw errrors becuase mockjax and mockjaxSettings are not defined. Anyone else seen this?
import MockUpdateRequest from './mock-update-request';
import MockCreateRequest from './mock-create-request';
import MockGetRequest from './mock-get-request';
all seem to work though.
fails on line 13 of factory-guy-test-helper.js
The text was updated successfully, but these errors were encountered:
All attempts to reference mockjax in test-helper throw errrors becuase mockjax and mockjaxSettings are not defined. Anyone else seen this?
import MockUpdateRequest from './mock-update-request';
import MockCreateRequest from './mock-create-request';
import MockGetRequest from './mock-get-request';
all seem to work though.
fails on line 13 of factory-guy-test-helper.js
The text was updated successfully, but these errors were encountered: