Skip to content

Commit

Permalink
Qwik fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HorusGoul committed Mar 29, 2024
1 parent 6a369c6 commit f450c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/qwik-demo/test/build.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe("build output", () => {
let publicAssetsDir: string;

before(async () => {
publicAssetsDir = path.join(VITE_ROOT, "dist", "assets");
publicAssetsDir = path.join(VITE_ROOT, "dist", "build");

cp.spawnSync("pnpm", ["build"], {
cwd: VITE_ROOT,
Expand Down

0 comments on commit f450c2b

Please sign in to comment.