Skip to content

Commit

Permalink
fix failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dsalz committed Mar 6, 2019
1 parent 124c12f commit 2451d55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/test/articles.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,9 @@ describe('Testing ratings functionality', () => {
expect(ratings.length).to.be.at.least(1);
expect(Number(ratings[0].rating)).to.equal(3);
done();
});
});
});

describe('GET single article /api/articles/:slug', () => {
it('should return 200 if article exists', (done) => {
Expand Down

0 comments on commit 2451d55

Please sign in to comment.