Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
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)
```