Skip to content

Commit 6d8c918

Browse files
committed
Revert "Silence failing test for now"
This reverts commit cd4514c.
1 parent cd4514c commit 6d8c918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rtk-query-codegen-openapi/test/cli.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Done
5454
error: null,
5555
});
5656

57-
expect.soft(fs.readFileSync(path.resolve(tmpDir, 'example.ts'), 'utf-8')).toMatchSnapshot();
57+
expect(fs.readFileSync(path.resolve(tmpDir, 'example.ts'), 'utf-8')).toMatchSnapshot();
5858
}, 120_000);
5959

6060
test('ts, js and json all work the same', async () => {

0 commit comments

Comments
 (0)