Skip to content

Commit 04ea106

Browse files
committed
Try to make CI happy
1 parent 528d916 commit 04ea106

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
@@ -18,7 +18,7 @@ function cli(args: string[], cwd: string): Promise<{ error: ExecException | null
1818
});
1919
}
2020

21-
const tmpDir = path.join(__dirname, 'tmp');
21+
const tmpDir = path.resolve(__dirname, 'tmp');
2222

2323
describe('CLI options testing', () => {
2424
beforeAll(() => {

0 commit comments

Comments
 (0)