Skip to content

Commit 1e5ddba

Browse files
fix: 🐛 added new test cases
Added new test case chai and mocha which help to test api fatser
1 parent fa4fcde commit 1e5ddba

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

Readme.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
[![current version](https://img.shields.io/npm/v/create-react-node-app.svg)](https://www.npmjs.com/package/create-react-node-app)
2-
[![Build Status](https://travis-ci.org/saiichihashimoto/create-react-node-app.svg?branch=master)](https://travis-ci.org/saiichihashimoto/create-react-node-app)
3-
[![codecov](https://codecov.io/gh/saiichihashimoto/create-react-node-app/branch/master/graph/badge.svg)](https://codecov.io/gh/saiichihashimoto/create-react-node-app)
4-
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
5-
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
6-
[![Greenkeeper badge](https://badges.greenkeeper.io/saiichihashimoto/create-react-node-app.svg)](https://greenkeeper.io/)
7-
8-
91
This is the seed application for node js
102

113
## Available Scripts
@@ -33,4 +25,3 @@ Operation just call mongodb file where ever required
3325

3426
## DeveloperLink
3527
> www.aakashhanda.me
36-

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "@aakashdeveloper/create-node-app",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "The Seed will help you build node app with es6 very quick",
55
"main": "index.js",
66
"scripts": {
77
"start": "node start.js",
88
"dev": "nodemon start.js",
9-
"test": "mocha --timeout 10000"
9+
"test": "mocha --timeout 10000",
10+
"commit": "npx git-cz"
1011
},
1112
"repository": {
1213
"type": "git",

0 commit comments

Comments
 (0)