vitest/examples/README.md
2022-01-13 13:35:25 +08:00

20 lines
3.4 KiB
Markdown

| Example | Source | Playground |
|---|---|---|
| `lit` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/lit) | [Play Online](https://stackblitz.com/github/vitest-dev/vitest/tree/main/examples/lit?terminal=test) |
| `mocks` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/mocks) | [Play Online](https://stackblitz.com/github/vitest-dev/vitest/tree/main/examples/mocks?terminal=test) |
| `puppeteer` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/puppeteer) | [Play Online](https://stackblitz.com/github/vitest-dev/vitest/tree/main/examples/puppeteer?terminal=test) |
| `react` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/react) | [Play Online](https://stackblitz.com/github/vitest-dev/vitest/tree/main/examples/react?terminal=test) |
| `react-enzyme` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/react-enzyme) | [Play Online](https://stackblitz.com/github/vitest-dev/vitest/tree/main/examples/react-enzyme?terminal=test) |
| `react-mui` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/react-mui) | [Play Online](https://stackblitz.com/github/vitest-dev/vitest/tree/main/examples/react-mui?terminal=test) |
| `react-storybook-testing` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/react-storybook-testing) | [Play Online](https://stackblitz.com/github/vitest-dev/vitest/tree/main/examples/react-storybook-testing?terminal=test) |
| `react-testing-lib` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/react-testing-lib) | [Play Online](https://stackblitz.com/github/vitest-dev/vitest/tree/main/examples/react-testing-lib?terminal=test) |
| `react-testing-lib-msw` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/react-testing-lib-msw) | [Play Online](https://stackblitz.com/github/vitest-dev/vitest/tree/main/examples/react-testing-lib-msw?terminal=test) |
| `ruby` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/ruby) | [Play Online](https://stackblitz.com/github/vitest-dev/vitest/tree/main/examples/ruby?terminal=test) |
| `solid` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/solid) | [Play Online](https://stackblitz.com/github/vitest-dev/vitest/tree/main/examples/solid?terminal=test) |
| `svelte` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/svelte) | [Play Online](https://stackblitz.com/github/vitest-dev/vitest/tree/main/examples/svelte?terminal=test) |
| `testing-library-jest-dom` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/testing-library-jest-dom) | [Play Online](https://stackblitz.com/github/vitest-dev/vitest/tree/main/examples/testing-library-jest-dom?terminal=test) |
| `vitesse` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/vitesse) | [Play Online](https://stackblitz.com/github/vitest-dev/vitest/tree/main/examples/vitesse?terminal=test) |
| `vue` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/vue) | [Play Online](https://stackblitz.com/github/vitest-dev/vitest/tree/main/examples/vue?terminal=test) |
| `vue-jsx` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/vue-jsx) | [Play Online](https://stackblitz.com/github/vitest-dev/vitest/tree/main/examples/vue-jsx?terminal=test) |
| `vue2` | [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/vue2) | [Play Online](https://stackblitz.com/github/vitest-dev/vitest/tree/main/examples/vue2?terminal=test) |