Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daggerok/jest-testing
Testing with Jest
https://github.com/daggerok/jest-testing
babel babel-jest jest jest-tests jestjs plugin-transform-modules-commonjs test test-driven-development testing tests ttd
Last synced: 22 days ago
JSON representation
Testing with Jest
- Host: GitHub
- URL: https://github.com/daggerok/jest-testing
- Owner: daggerok
- License: mit
- Created: 2021-06-04T20:19:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-04T21:31:47.000Z (over 3 years ago)
- Last Synced: 2024-11-11T15:39:23.734Z (3 months ago)
- Topics: babel, babel-jest, jest, jest-tests, jestjs, plugin-transform-modules-commonjs, test, test-driven-development, testing, tests, ttd
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jest-testing [![CI](https://github.com/daggerok/jest-testing/actions/workflows/ci.yaml/badge.svg)](https://github.com/daggerok/jest-testing/actions/workflows/ci.yaml)
Testing with Jest```bash
npx degit daggerok/jest-testing#main jest-testing && cd $_
npm i -E ; npm run dev
```