Skip to content

Commit

Permalink
docs: remove redundant 'exports' interface note from API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deyjoy committed Aug 18, 2024
1 parent 64d647d commit ac82f47
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ Congratulations! You've found Mocha's API documentation. These docs are for deve

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

## Exports Interface

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.

## Other Links

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

0 comments on commit ac82f47

Please sign in to comment.