Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Jazi committed May 16, 2024
1 parent 0c2a8c7 commit 2fcab85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ describe("plugin", function () {
expect(plugin.emitFile).toHaveBeenCalledWith({
fileName: "filename",
source:
'{"version":"1.0.0","type":"page","assets":[],"module":"some-element","pages":[]}',
'{"version":"1.0.0","type":"page","assets":[],"module":"some-element","pages":[],"use":{"vue":"vue-module"}}',
type: "asset",
});
});
Expand Down

0 comments on commit 2fcab85

Please sign in to comment.