Skip to content

Commit

Permalink
docs: add new examples to README.md, with a list sort
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jul 2, 2024
1 parent 6c9a1ff commit da7a674
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,30 @@ A set of examples to help demonstrate common configurations using Mocha. They sh

## Examples

The most straightforward example is ["Hello World"](packages/hello-world/).
Additional examples include:

- [Apollo-Server GraphQL API](packages/apollo-server-graphql-api/)
- [Async setup with --delay](packages/async-setup-with-delay/)
- [Async setup with --file](packages/async-setup-with-file/)
- [Babel application](packages/babel/)
- [Browser](packages/browser/)
- [Express REST API](packages/express-rest-api/)
- [Karma](packages/karma/)
- [Node Sqlite 3 example](packages/node-sqlite3/)
- [Playwright application](packages/playwright/)
- [Programmatic usage](packages/programmatic-usage/)
- [Puppeteer application](packages/puppeteer/)
- [React, webpack](packages/react-webpack)
- [RxJs example](packages/rxjs/)
- [Selenium application](packages/selenium/)
- [TDD](packages/tdd/)
- [Third party reporter](packages/third-party-reporter/)
- [TypeScript application](packages/typescript/)
- [Vue and Puppeteer application](packages/vue-puppeteer/)
- [Puppeteer application](packages/puppeteer/)
- [TypeScript with `ts-node`'s ESM loader](packages/typescript-ts-node-esm-loader/)
- [TypeScript with `tsx`'s ESM import](packages/typescript-tsx-esm-import/)
- [TypeScript, Babel](packages/typescript-babel/)
- [Express REST API](packages/express-rest-api/)
- [Node Sqlite 3 example](packages/node-sqlite3/)
- [Playwright application](packages/playwright/)
- [RxJs example](packages/rxjs/)
- [Vue and Puppeteer application](packages/vue-puppeteer/)

## Adding a new example

Expand Down

0 comments on commit da7a674

Please sign in to comment.