Migrate all remaining fixtures to jest expect
This commit is contained in:
@@ -16,4 +16,4 @@ const expected = multiline([
|
||||
]);
|
||||
|
||||
|
||||
assert.equal(actual, expected);
|
||||
expect(actual).toBe(expected);
|
||||
|
||||
Reference in New Issue
Block a user