Commit a38ff6a2 authored by Samantha Ming's avatar Samantha Ming

Remove jasmine syntax & update to use jest syntax

parent b026efe9
......@@ -32,7 +32,7 @@ describe('EE approvals base module mutations', () => {
mutations[types.SET_APPROVAL_SETTINGS](state, settings);
expect(state).toEqual(jasmine.objectContaining(settings));
expect(state).toEqual(expect.objectContaining(settings));
});
});
});
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment