Skip to content

Commit

Permalink
Merge pull request #2 from nishgowda/npm-pub
Browse files Browse the repository at this point in the history
this should break
  • Loading branch information
nishgowda authored Sep 21, 2020
2 parents aca7225 + 60c635e commit b83f551
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
![Logo](misc/AegisNet-logo.png)
![AppVeyor](https://img.shields.io/badge/build-passing-brightgreen)
Fast and light weight api and endpoint monitoring backed by Redis and carefully written for scalabilty and performace.

## Features:
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/app.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import app from '../app'; // Link to server file
import supertest from 'supertest';
const request = supertest(app);

const requstCount = 53; // Check redis before running. Update on change
const requstCount = 3; // Check redis before running. Update on change
test('Aegis endpoint tests', async (done) => {
const result = await request.get('/stats/');
expect(JSON.parse(result.text)).toEqual(
Expand Down

0 comments on commit b83f551

Please sign in to comment.