Skip to content

Commit ac82f47

Browse files
committed
docs: remove redundant 'exports' interface note from API.md
1 parent 64d647d commit ac82f47

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/API.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ Congratulations! You've found Mocha's API documentation. These docs are for deve
1010

1111
Otherwise, **you probably want the [main documentation](https://mochajs.org)**.
1212

13-
## Exports Interface
14-
15-
The "exports" interface is useful for organizing tests in a modular fashion. However, please note that the "exports" interface is **not supported in browser environments**. This is due to the way browsers handle module exports, which differs from Node.js. If you need to organize your tests for a large OOP project, consider using the BDD or TDD interfaces instead.
16-
1713
## Other Links
1814

1915
- **[Main Documentation](https://mochajs.org)**

0 commit comments

Comments
 (0)