Skip to content

Instantly share code, notes, and snippets.

View Paccy10's full-sized avatar

Pacifique Clement Ndayisenga Paccy10

View GitHub Profile
any file, any content, just needs to exist
@Paccy10
Paccy10 / article.test.js
Created March 13, 2019 16:00
Test if article can be created.
import chai from 'chai';
import chaiHttp from 'chai-http';
import app from '../../app';
chai.should();
chai.use(chaiHttp);
chai.use(require('chai-things'));
describe('Articles', () => {
it('should POST an article', (done) => {