Skip to content

Commit

Permalink
Try more things
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Feb 7, 2024
1 parent dbe9a8a commit 22ebf49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rtk-query-codegen-openapi/test/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ Done
error: null,
});

expect(fs.readFileSync(path.join(tmpDir, 'example.ts'), 'utf-8')).toMatchSnapshot();
}, 25_000);
expect(fs.readFileSync(path.resolve(tmpDir, 'example.ts'), 'utf-8')).toMatchSnapshot();
}, 120_000);

test('ts, js and json all work the same', async () => {
await cli([`./test/config.example.js`], __dirname);
Expand Down

0 comments on commit 22ebf49

Please sign in to comment.