| 1 | const classPhotos = require("../class-photos"); |
| 2 | |
| 3 | test("given const red = [5, 8, 1, 3, 4] const blue = [6, 9, 2, 4, 5] return true", () => { |
| 4 | expect(classPhotos([5, 8, 1, 3, 4], [6, 9, 2, 4, 5])).toBe(true); |
nothing calls this directly
no test coverage detected