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

use Jest as test framework #25

Merged
merged 5 commits into from
Jul 22, 2019
Merged

Conversation

AbdilFattahBoshi
Copy link
Contributor

Hii @NourSammour I have installed Jest and use it as test framework
Capture

@AbdilFattahBoshi
Copy link
Contributor Author

some conflicts was occur and I solve it @NourSammour

package.json Outdated
@@ -5,25 +5,24 @@
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "cross-env NODE_ENV=production node server.js"
"start": "cross-env NODE_ENV=production node server.js",
"test": "jest"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix format issue

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NourSammour I have fix format issue

package.json Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants