---
source: crates/rolldown_testing/src/integration_test.rs
---
# Errors
## UNRESOLVED_IMPORT
```text
[UNRESOLVED_IMPORT] Could not resolve './cjs.cjs' in entry.ts
╭─[ entry.ts:2:8 ]
│
2 │ import './cjs.cjs'
│ ─────┬─────
│ ╰─────── Module not found.
───╯
```
## UNRESOLVED_IMPORT
```text
[UNRESOLVED_IMPORT] Could not resolve './js.js' in entry.ts
╭─[ entry.ts:3:8 ]
│
3 │ import './js.js'
│ ────┬────
│ ╰────── Module not found.
───╯
```
## UNRESOLVED_IMPORT
```text
[UNRESOLVED_IMPORT] Could not resolve './jsx.jsx' in entry.ts
╭─[ entry.ts:4:8 ]
│
4 │ import './jsx.jsx'
│ ─────┬─────
│ ╰─────── Module not found.
───╯
```
## UNRESOLVED_IMPORT
```text
[UNRESOLVED_IMPORT] Could not resolve './mjs.mjs' in entry.ts
╭─[ entry.ts:1:8 ]
│
1 │ import './mjs.mjs'
│ ─────┬─────
│ ╰─────── Module not found.
───╯
```