mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-20 07:03:26 +09:00
@@ -12,7 +12,7 @@ describe('getTheTitles', function() {
|
||||
}
|
||||
]
|
||||
|
||||
test('gets titles', () => {
|
||||
it('gets titles', function() {
|
||||
expect(getTheTitles(books)).toEqual(['Book','Book2']);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user