Path: blob/main/tests/docs/playwright/ojs/test-ojs-es-modules.qmd
3562 views
--- title: "OJS+ES module test" self-contained: true format: html --- Tests if ES modules work from within OJS. ```{ojs} import { f } from "./m1.js"; x = f(5, 7) ```
--- title: "OJS+ES module test" self-contained: true format: html --- Tests if ES modules work from within OJS. ```{ojs} import { f } from "./m1.js"; x = f(5, 7) ```