canirequire › Dual (CommonJS + ESM) › @testing-library/user-event
Is @testing-library/user-event ESM-only? Can you require() it?
Fire events the same way the user does
Last verified Sep 9, 2026 against @testing-library/user-event@14.6.7. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@testing-library/user-event publishes both a CommonJS entry and a native ESM entry (ESM added in 14.0.0). require("@testing-library/user-event") and import "@testing-library/user-event" both work on every supported Node.js version and in Bun.
Does @testing-library/user-event@14.6.7 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@testing-library/user-event") from a CommonJS file and import "@testing-library/user-event" from an ES module.
| Runtime | require("@testing-library/user-event") | import "@testing-library/user-event" |
|---|---|---|
| Node.js 18 | ✓ works | ✓ works |
| Node.js 20 | ✓ works | ✓ works |
| Node.js 22 | ✓ works | ✓ works |
| Node.js 24 | ✓ works | ✓ works |
| Node.js 26 | ✓ works | ✓ works |
| Bun 1.4 | ✓ works | ✓ works |
How to import @testing-library/user-event
ES modules (import)
import userEvent from "@testing-library/user-event";CommonJS (require)
const userEvent = require("@testing-library/user-event");Module format by version
Derived from the type, main and exports fields of every stable release on npm (170 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 14.5.2 – 14.6.7 | Dual (CommonJS + ESM) | Dec 29, 2023 |
| 14.4.0 – 14.5.1 | CommonJS | Aug 2, 2022 |
| 14.0.0 – 14.3.0 | Dual (CommonJS + ESM) | Mar 29, 2022 |
| 13.0.3 – 13.5.0 | CommonJS | Mar 19, 2021 |
Frequently asked
Is @testing-library/user-event ESM-only?
@testing-library/user-event@14.6.7 ships CommonJS and ESM builds. @testing-library/user-event publishes both a CommonJS entry and a native ESM entry (ESM added in 14.0.0). require("@testing-library/user-event") and import "@testing-library/user-event" both work on every supported Node.js version and in Bun.
Can I require @testing-library/user-event?
Yes. @testing-library/user-event ships a CommonJS entry, so require("@testing-library/user-event") works on every Node.js version, alongside the native ESM entry for import.
Does @testing-library/user-event work in Bun?
Yes. import "@testing-library/user-event" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @testing-library/user-event ship TypeScript types?
Yes. @testing-library/user-event bundles its own type declarations; no @types package is needed.
Links
Other dual (commonjs + esm) packages
- minimatch 10.2.6Dual
- brace-expansion 5.0.9Dual
- lru-cache 11.5.2Dual
- glob 13.0.6Dual
- eslint-visitor-keys 5.0.1Dual
- yallist 5.0.0Dual
- balanced-match 4.0.4Dual
- js-yaml 5.4.1Dual
Similar popularity
- @vitejs/plugin-react 6.1.1ESM-only
- @babel/plugin-syntax-import-meta 7.10.4CommonJS
- @babel/preset-typescript 8.0.1ESM-only
- @swc/core 1.16.2CommonJS
- @babel/plugin-transform-react-jsx 8.0.1ESM-only
- @babel/plugin-transform-runtime 8.0.1ESM-only
- @babel/preset-react 8.0.1ESM-only
- @babel/plugin-syntax-dynamic-import 7.8.3CommonJS