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 4b7939b commit a285872Copy full SHA for a285872
packages/rtk-query-codegen-openapi/test/cli.test.ts
@@ -60,7 +60,7 @@ Done
60
expect(fs.readFileSync(path.resolve(tmpDir, 'example.ts'), 'utf-8')).toMatchSnapshot();
61
}, 25_000);
62
63
- test('ts, js and json all work the same', async () => {
+ test.todo('ts, js and json all work the same', async () => {
64
await cli([`./config.example.js`], __dirname);
65
const fromJs = fs.readFileSync(path.resolve(tmpDir, 'example.ts'), 'utf-8');
66
await cli([`./config.example.ts`], __dirname);
0 commit comments