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
Hi,
The library looks very promising for mocking Xrm .
I am trying to write unit test using jest but "XrmMockGenerator.initialise()" is giving undefined.
Sample code.
var XrmMockGenerator = require('xrm-mock');
test('trying xrm-mock', () => {
var Xrm = XrmMockGenerator.initialise();
});
The text was updated successfully, but these errors were encountered:
Hi,
The library looks very promising for mocking Xrm .
I am trying to write unit test using jest but "XrmMockGenerator.initialise()" is giving undefined.
Sample code.
var XrmMockGenerator = require('xrm-mock');
test('trying xrm-mock', () => {
var Xrm = XrmMockGenerator.initialise();
});
The text was updated successfully, but these errors were encountered: