Skip to content

Commit d289b24

Browse files
committed
Fix unit tests
1 parent 6d8c918 commit d289b24

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
@@ -44,7 +44,7 @@ Done
4444
}, 25_000);
4545

4646
test('paths are relative to config file, not to cwd', async () => {
47-
const out = await cli([`./test/config.example.js`], path.resolve(__dirname, '../src'));
47+
const out = await cli([`./test/config.example.js`], __dirname);
4848

4949
expect(out).toEqual({
5050
stdout: `Generating ./tmp/example.ts

0 commit comments

Comments
 (0)