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 6d8c918 commit d289b24Copy full SHA for d289b24
packages/rtk-query-codegen-openapi/test/cli.test.ts
@@ -44,7 +44,7 @@ Done
44
}, 25_000);
45
46
test('paths are relative to config file, not to cwd', async () => {
47
- const out = await cli([`./test/config.example.js`], path.resolve(__dirname, '../src'));
+ const out = await cli([`./test/config.example.js`], __dirname);
48
49
expect(out).toEqual({
50
stdout: `Generating ./tmp/example.ts
0 commit comments