https://github.com/jonathanpalma/testing-fundamentals-in-js
Small set of tests using Jest
https://github.com/jonathanpalma/testing-fundamentals-in-js
Last synced: 2 months ago
JSON representation
Small set of tests using Jest
- Host: GitHub
- URL: https://github.com/jonathanpalma/testing-fundamentals-in-js
- Owner: jonathanpalma
- Created: 2019-11-08T15:43:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:42:57.000Z (over 2 years ago)
- Last Synced: 2025-02-03T05:45:13.307Z (4 months ago)
- Language: JavaScript
- Size: 610 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testing-fundamentals-in-js
Companion repo to a small talk about [testing fundamentals in JavaScript](https://slides.com/jonathanpalma/testing-fundamentals-in-js)
## Language
* Javascript
## Frameworks / Libs
* Jest
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app.
### `npm test`
Launches the test runner.