Skip to content

Commit

Permalink
refactor: remove jsx examples in favour of browser examples (#6630)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va authored Oct 3, 2024
1 parent f36eac7 commit 970e0f4
Show file tree
Hide file tree
Showing 25 changed files with 1 addition and 428 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Next generation testing framework powered by Vite.
- [Tinyspy](https://github.com/tinylibs/tinyspy) built-in for mocking, stubbing, and spies.
- [JSDOM](https://github.com/jsdom/jsdom) and [happy-dom](https://github.com/capricorn86/happy-dom) for DOM and browser API mocking
- [Browser Mode](https://vitest.dev/guide/browser/) for running component tests in the browser
- Components testing ([Vue](./examples/vue), [React](./examples/react), [Svelte](./examples/svelte), [Lit](./examples/lit), [Vitesse](./examples/vitesse), [Marko](https://github.com/marko-js/examples/tree/master/examples/library-ts))
- Components testing ([Vue](https://github.com/vitest-tests/browser-examples/tree/main/examples/vue), [React](https://github.com/vitest-tests/browser-examples/tree/main/examples/react), [Svelte](https://github.com/vitest-tests/browser-examples/tree/main/examples/svelte), [Lit](./examples/lit), [Marko](https://github.com/marko-js/examples/tree/master/examples/library-ts))
- Workers multi-threading via [Tinypool](https://github.com/tinylibs/tinypool) (a lightweight fork of [Piscina](https://github.com/piscinajs/piscina))
- Benchmarking support with [Tinybench](https://github.com/tinylibs/tinybench)
- [Workspace](https://vitest.dev/guide/workspace) support
Expand Down
12 changes: 0 additions & 12 deletions examples/preact/index.html

This file was deleted.

28 changes: 0 additions & 28 deletions examples/preact/package.json

This file was deleted.

23 changes: 0 additions & 23 deletions examples/preact/src/App.css

This file was deleted.

18 changes: 0 additions & 18 deletions examples/preact/src/App.test.tsx

This file was deleted.

39 changes: 0 additions & 39 deletions examples/preact/src/App.tsx

This file was deleted.

12 changes: 0 additions & 12 deletions examples/preact/src/hooks/useCount.test.ts

This file was deleted.

10 changes: 0 additions & 10 deletions examples/preact/src/hooks/useCount.ts

This file was deleted.

13 changes: 0 additions & 13 deletions examples/preact/src/main.css

This file was deleted.

5 changes: 0 additions & 5 deletions examples/preact/src/main.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions examples/preact/test/setup.ts

This file was deleted.

24 changes: 0 additions & 24 deletions examples/preact/tsconfig.json

This file was deleted.

9 changes: 0 additions & 9 deletions examples/preact/tsconfig.node.json

This file was deleted.

20 changes: 0 additions & 20 deletions examples/preact/vite.config.ts

This file was deleted.

32 changes: 0 additions & 32 deletions examples/react/components/Link.tsx

This file was deleted.

26 changes: 0 additions & 26 deletions examples/react/package.json

This file was deleted.

22 changes: 0 additions & 22 deletions examples/react/test/basic.test.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions examples/react/tsconfig.json

This file was deleted.

10 changes: 0 additions & 10 deletions examples/react/vitest.config.ts

This file was deleted.

7 changes: 0 additions & 7 deletions examples/react/vitest.setup.ts

This file was deleted.

11 changes: 0 additions & 11 deletions examples/solid/components/Hello.jsx

This file was deleted.

19 changes: 0 additions & 19 deletions examples/solid/package.json

This file was deleted.

Loading

0 comments on commit 970e0f4

Please sign in to comment.