Skip to content

Commit 3ea9b96

Browse files
committed
test
1 parent 528a00b commit 3ea9b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@apphosting/adapter-nextjs/src/bin/build.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import assert from "assert";
33
import fs from "fs";
44
import path from "path";
55
import os from "os";
6-
import { OutputBundleOptions } from "../interfaces";
6+
import { OutputBundleOptions } from "../interfaces.js";
77

88
describe("build commands", () => {
99
let tmpDir: string;
@@ -23,7 +23,7 @@ describe("build commands", () => {
2323
const { generateOutputBundle } = await importUtils;
2424
const files = {
2525
".next/standalone/standalonefile": "",
26-
".next/static/staticfile": "",
26+
".next/static/staticfile": "{remove me}",
2727
".next/routes-manifest.json": `{
2828
"headers":[],
2929
"rewrites":[],

0 commit comments

Comments
 (0)