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 dbe9a8a commit 22ebf49Copy full SHA for 22ebf49
packages/rtk-query-codegen-openapi/test/cli.test.ts
@@ -54,8 +54,8 @@ Done
54
error: null,
55
});
56
57
- expect(fs.readFileSync(path.join(tmpDir, 'example.ts'), 'utf-8')).toMatchSnapshot();
58
- }, 25_000);
+ expect(fs.readFileSync(path.resolve(tmpDir, 'example.ts'), 'utf-8')).toMatchSnapshot();
+ }, 120_000);
59
60
test('ts, js and json all work the same', async () => {
61
await cli([`./test/config.example.js`], __dirname);
0 commit comments