| Current Path : /hdd/hdd21/my5/My5/my5-frontend/node_modules/optimism/ |
| Current File : /hdd/hdd21/my5/My5/my5-frontend/node_modules/optimism/test.js |
describe("Compiled to CommonJS", function () {
require("./lib/tests/bundle.cjs.js");
});
describe("Compiled to ECMAScript module syntax", function () {
require("reify/node"); // Enable ESM syntax.
require("./lib/tests/bundle.esm.js");
});