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 cd4514c commit 6d8c918Copy full SHA for 6d8c918
packages/rtk-query-codegen-openapi/test/cli.test.ts
@@ -54,7 +54,7 @@ Done
54
error: null,
55
});
56
57
- expect.soft(fs.readFileSync(path.resolve(tmpDir, 'example.ts'), 'utf-8')).toMatchSnapshot();
+ expect(fs.readFileSync(path.resolve(tmpDir, 'example.ts'), 'utf-8')).toMatchSnapshot();
58
}, 120_000);
59
60
test('ts, js and json all work the same', async () => {
0 commit comments