Migrate all remaining fixtures to jest expect
This commit is contained in:
@@ -19,7 +19,7 @@ var lib = {};
|
||||
::lib.g()
|
||||
::lib.h();
|
||||
|
||||
assert.deepEqual(operations, [
|
||||
expect(operations).toEqual([
|
||||
'get lib.f',
|
||||
'lib.f()',
|
||||
'get lib.g',
|
||||
|
||||
Reference in New Issue
Block a user