---
source: crates/rolldown_testing/src/integration_test.rs
---
# Assets
## entry.js
```js
import assert from "node:assert";
// HIDDEN [\0rolldown/runtime.js]
//#region src/entry.js
var import_browser = /* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((exports, module) => {
module.exports = function() {
return 123;
};
})))());
assert.equal((0, import_browser.default)(), 123);
//#endregion
```