Commit c5366647 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Replace toEqual with toStrictEqual

parent 6b4cd07d
......@@ -85,7 +85,7 @@ describe('DeleteApplication', () => {
{},
);
expect(formData).toEqual({
expect(formData).toStrictEqual({
_method: 'delete',
authenticity_token: 'mock-csrf-token',
});
......
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