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 5fb0284 commit a690850Copy full SHA for a690850
tests/integration/tools/atlas/atlasHelpers.ts
@@ -15,7 +15,7 @@ export function describeWithAtlas(name: string, fn: IntegrationTestFunction): Su
15
}));
16
17
describe(name, () => {
18
- fn(clea);
+ fn(integration);
19
});
20
};
21
0 commit comments