MCPcopy Create free account
hub / github.com/betomoedano/JavaScript-Coding-Interview-Questions / class-photos.test.js

File class-photos.test.js

greedy/__test__/class-photos.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const classPhotos = require("../class-photos");
2
3test("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);

Callers

nothing calls this directly

Calls 1

classPhotosFunction · 0.85

Tested by

no test coverage detected