Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--update: updated link & guide in README #4

Merged
merged 1 commit into from
Mar 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Unit Testing in Node.js

The repo for the code lab session of JSLovers meet-up on 17th March 2019! :blush:
The repository contains both the tests using ~~`Mocha`~~<sup>\*</sup> and `Jest`, however I prefer Node.js testing using `Mocha` when it comes to `MongoDB` & `Mongoose`
The repository contains both the tests using ~~`Mocha`~~<sup>1</sup> and `Jest`, however I prefer Node.js testing using `Mocha` when it comes to `MongoDB` & `Mongoose`

[![Build Status](https://travis-ci.org/ashokdey/nodejs-unit-testing.svg?branch=step-4-ci-cd)](https://travis-ci.org/ashokdey/nodejs-unit-testing) [![Coverage Status](https://coveralls.io/repos/github/ashokdey/nodejs-unit-testing/badge.svg?branch=step-4-ci-cd)](https://coveralls.io/github/ashokdey/nodejs-unit-testing?branch=step-4-ci-cd)

Expand All @@ -28,9 +28,9 @@ I planned to carry out the workshop in 4 steps. hence you can find 4 extra branc
- `async- await` Functions
- Step 2: Testing Classes
- Step 3: How about TDD?
- Step 4: Let's setup CI/CD
- Step 4: Let's setup CI/CD (Refer this [Guide](Setup-For-CI.md) if you forget the steps)

## Notes

- <sup>\*</sup>Due to lack of time I dropped the idea of Mocha, let's see when I can publish Mocha stuff
- [Link to the slides](https://docs.google.com/presentation/d/1s6HfL4GizW7f09Lq3mcA_k82x45tIV2Rh_MsIOLu0YE/edit?usp=sharing)
- <sup>1</sup>Due to lack of time I dropped the idea of Mocha, let's see when I can publish Mocha stuff
- Link to [slides, videos & images](https://drive.google.com/open?id=1y6jd2GDOaV2xDRk1y1lQSWF48X0e4pP4)