Skip to content

Commit

Permalink
docs: output
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jan 29, 2025
1 parent 6d75cf4 commit c503664
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages/require-esm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,25 @@ Requires Node.js `^22.12.0 || >=23.0.0`.

1. `npm install`
2. `npm run test`

```plaintext
example
✔ 2 + 2 === 4
1) 2 + 2 === 5
1 passing (3ms)
1 failing
1) example
2 + 2 === 5:
AssertionError: expected 4 to equal 5
+ expected - actual
-4
+5
at Context.<anonymous> (test.spec.js:9:25)
at process.processImmediate (node:internal/timers:511:21)
```

0 comments on commit c503664

Please sign in to comment.