https://github.com/aleksson/mocha-testing
Mocha JavaScript Testing
https://github.com/aleksson/mocha-testing
mocha-chai mocha-tests mochajs testing
Last synced: 5 months ago
JSON representation
Mocha JavaScript Testing
- Host: GitHub
- URL: https://github.com/aleksson/mocha-testing
- Owner: aleksson
- License: gpl-3.0
- Created: 2022-04-15T01:05:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T01:46:43.000Z (about 4 years ago)
- Last Synced: 2025-08-05T11:40:02.306Z (11 months ago)
- Topics: mocha-chai, mocha-tests, mochajs, testing
- Language: JavaScript
- Homepage: https://medium.com/@madelinecorman/testing-javascript-with-mocha-chai-f41175e26d69
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mocha - JavaScript Testing
Mocha Testing with Chai
##### Read more:
https://codeburst.io/javascript-unit-testing-using-mocha-and-chai-1d97d9f18e71
#### Mocha Application Test suite Exempel Results
````
✔ app should return "mocha-testing"
✔ app developer is "you"
✔ port is 1337
````