Commit 77122449 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch '213801-remove-jasmine-syntax-from-jest-spec-file' into 'master'

Remove jasmine syntax & update to use jest syntax

Closes #213801

See merge request gitlab-org/gitlab!29228
parents cb6a835a a38ff6a2
......@@ -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