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 0c5164f commit cd4514cCopy full SHA for cd4514c
packages/rtk-query-codegen-openapi/test/cli.test.ts
@@ -54,7 +54,7 @@ Done
54
error: null,
55
});
56
57
- expect(fs.readFileSync(path.resolve(tmpDir, 'example.ts'), 'utf-8')).toMatchSnapshot();
+ expect.soft(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