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