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