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

Add unit tests #3

Open
Mahesh419 opened this issue Dec 23, 2019 · 4 comments
Open

Add unit tests #3

Mahesh419 opened this issue Dec 23, 2019 · 4 comments

Comments

@Mahesh419
Copy link

No description provided.

@anjulalk
Copy link

anjulalk commented Jan 9, 2020

@Mahesh419 How should we add an unit testing framework? The project currently doesn't use a package manager.

@rajitha1998
Copy link

You can generate the package.json file using the npm init command and then use the command npm install <packageName> --save to install the package and update the package.json file. @anjulalk

For more information -

@shalithasuranga
Copy link
Contributor

Prefer https://mochajs.org/ but any other can be used as you wish 😄

@anjulalk
Copy link

Great! I'm working on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants