Skip to content

Commit

Permalink
CI test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tgandrews committed Feb 17, 2023
1 parent a6d7a6e commit 910d9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe("VitePluginTSGQL", () => {
if (plugin.configResolved instanceof Function) {
await plugin.configResolved({} as any);
expect(watchSpy).toHaveBeenCalledWith(
expect.stringMatching(/src\/vite-plugin-ts-gql/)
expect.stringMatching(/\/vite-plugin-ts-gql$/)
);
return;
}
Expand Down

0 comments on commit 910d9e2

Please sign in to comment.