File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://travis-ci.com/mujohn26/chat-app-frontend.svg?branch=develop )] ( https://travis-ci.com/mujohn26/chat-app-frontend ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/mujohn26/chat-app-frontend/badge.svg?branch=develop )] ( https://coveralls.io/github/mujohn26/chat-app-frontend?branch=develop ) [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/7f6b08878d7703f9e206/maintainability )] ( https://codeclimate.com/github/mujohn26/chat-app-frontend/maintainability )
1+ [ ![ Build Status] ( https://travis-ci.com/mujohn26/chat-app-frontend.svg?branch=develop )] ( https://travis-ci.com/mujohn26/chat-app-frontend ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/mujohn26/chat-app-frontend/badge.svg?branch=develop )] ( https://coveralls.io/github/mujohn26/chat-app-frontend?branch=develop ) [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/7f6b08878d7703f9e206/maintainability )] ( https://codeclimate.com/github/mujohn26/chat-app-frontend/maintainability )
22# Real time chat app
33This is real time chat application . Where two or more users can be able to chat using this system.
44
Original file line number Diff line number Diff line change 3131 "jsonwebtoken" : " ^8.5.1" ,
3232 "jwt-decode" : " ^2.2.0" ,
3333 "moxios" : " ^0.4.0" ,
34+ "pretest" : " ^1.1.0" ,
3435 "react" : " ^17.0.1" ,
3536 "react-dom" : " ^17.0.1" ,
3637 "react-input-switch" : " ^2.2.2" ,
5556 "build" : " react-scripts build" ,
5657 "test" : " jest --updateSnapshot --watch --config jest.config.js" ,
5758 "test:ci" : " jest --updateSnapshot --no-cache --maxWorkers=2 --config jest.config.js --coverage -u" ,
58- "eject" : " react-scripts eject"
59+ "eject" : " react-scripts eject" ,
60+ "coverage" : " npm run test:ci && jest --coverage && cat ./coverage/lcov.info | coveralls"
5961 },
6062 "eslintConfig" : {
6163 "extends" : [
You can’t perform that action at this time.
0 commit comments