import assert from "node:assert/strict" import test from "node:test" import { resourceConfig } from "../src/utils/resource.config" test("product details load their configured unit", () => { assert.ok(resourceConfig.products.mtoLoad.includes("unit")) })