Skip to content

Commit

Permalink
output dir for vue composables
Browse files Browse the repository at this point in the history
  • Loading branch information
hu-ke committed Dec 11, 2024
1 parent 93c99d5 commit 53cf3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/telescope/__tests__/telescope-vuequery.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { join } from 'path';
import { getTestProtoStore } from '../test-utils';
import { TelescopeParseContext } from '../src/build';

const outPath = __dirname + '/../../../__fixtures__/v-next/outputvuecomposables';
const outPath = __dirname + '/../../../__fixtures__/v-next/outputv4';
const store = getTestProtoStore();
store.traverseAll();

Expand Down

0 comments on commit 53cf3d1

Please sign in to comment.