const test = require("node:test"); const assert = require("node:assert/strict"); const fs = require("node:fs"); const path = require("node:path"); const root = path.resolve(__dirname, ".."); test("the Docker image includes every application script referenced by the page", () => { const html = fs.readFileSync(path.join(root, "index.html"), "utf8"); const dockerfile = fs.readFileSync(path.join(root, "Dockerfile"), "utf8"); const applicationScripts = [...html.matchAll(/