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 528d916 commit 04ea106Copy full SHA for 04ea106
packages/rtk-query-codegen-openapi/test/cli.test.ts
@@ -18,7 +18,7 @@ function cli(args: string[], cwd: string): Promise<{ error: ExecException | null
18
});
19
}
20
21
-const tmpDir = path.join(__dirname, 'tmp');
+const tmpDir = path.resolve(__dirname, 'tmp');
22
23
describe('CLI options testing', () => {
24
beforeAll(() => {
0 commit comments