1const index = require("."); 2 3test("index has a path ending in assets", () => { 4 expect(index.path).toMatch(/assets$/); 5}); 6 7