mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-17 21:53:26 +09:00
Merge branch 'main' into km-testing-jest-2
This commit is contained in:
@@ -15,5 +15,4 @@ describe('getTheTitles', () => {
|
||||
test('gets titles', () => {
|
||||
expect(getTheTitles(books)).toEqual(['Book','Book2']);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user