Merge branch 'main' into km-testing-jest-2

This commit is contained in:
Marvin Gay
2021-05-17 18:56:52 -04:00
committed by GitHub
6 changed files with 17 additions and 21 deletions
-1
View File
@@ -15,5 +15,4 @@ describe('getTheTitles', () => {
test('gets titles', () => {
expect(getTheTitles(books)).toEqual(['Book','Book2']);
});
});