Skip to content

Commit

Permalink
feat: get categories
Browse files Browse the repository at this point in the history
- create categories controller
- create endpoints for getting all categories
- write tests for the endpoint

[Delivers #165144730]
  • Loading branch information
davdwhyte87 committed Apr 5, 2019
1 parent b0c1e3e commit 366d77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integrations/routes/categories.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import app from '../../../server';

chai.use(chaiHttp);

describe.only('Categories tests', () => {
describe('Categories tests', () => {
it('should get all the article categories', async () => {
const response = await chai
.request(app)
Expand Down

0 comments on commit 366d77d

Please sign in to comment.