Final fixes, all tests running
This commit is contained in:
@ -11,5 +11,5 @@ test('Returns the appropriate key', () => {
|
||||
fred: { age: 40, active: false },
|
||||
pebbles: { age: 1, active: true }
|
||||
},
|
||||
o => o['active']).toBe('barney');
|
||||
o => o['active'])).toBe('barney');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user