This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import chai from ('chai').should; | |
import server from '../../app'; | |
import chaiHttp from 'chai-http'; | |
chai.use(chaiHttp); | |
describe('it should be able to apdate the article', () => { | |
it('should return the 201 status for success update', (done) => { | |
const article = { | |
title:"kacyiru", |