Skip to content

Commit

Permalink
remove manifest file assertion from adapter test
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Jan 22, 2024
1 parent 924a17b commit 6ea1120
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions integration/vite-adapter-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@ test.describe(async () => {
let { status } = viteBuild({ cwd });
expect(status).toBe(0);

expect(
Object.keys(
JSON.parse(
fs.readFileSync(path.join(cwd, "build/manifest.json"), "utf8")
).serverBundles
)
).toEqual(["user-options--adapter-options"]);

let buildEndArgs: any = JSON.parse(
fs.readFileSync(path.join(cwd, "BUILD_END_ARGS.json"), "utf8")
);
Expand Down

0 comments on commit 6ea1120

Please sign in to comment.