findLastKey test minor spelling error
This commit is contained in:
@ -4,7 +4,7 @@ const {findLastKey} = require('./_30s.js');
|
||||
test('findLastKey is a Function', () => {
|
||||
expect(findLastKey).toBeInstanceOf(Function);
|
||||
});
|
||||
test('eturns the appropriate key', () => {
|
||||
test('returns the appropriate key', () => {
|
||||
expect(
|
||||
findLastKey(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user