We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f82f03 commit fdf7c98Copy full SHA for fdf7c98
test/test.ts
@@ -70,7 +70,7 @@ async function main(sources: string[]) {
70
},
71
72
map: async ({ sample, fixtureName }: WorkItem, index) => {
73
- const fixture = fixtures.find(({ name }) => name === fixtureName);
+ const fixture = fixtures.find((fixture) => fixture.name === fixtureName);
74
75
try {
76
await fixture?.runWithSample(sample, index, tests.length);
0 commit comments