Skip to content

Instantly share code, notes, and snippets.

View musonant's full-sized avatar
🎯
Focusing

Emmanuel Osuh musonant

🎯
Focusing
View GitHub Profile
import chai, { expect } from 'chai';
import { describe, it } from 'mocha';
import chaiHttp from 'chai-http';
chai.use(chaiHttp);
chai.should();
const newArticle = {
title: 'Design patterns',
body: 'There are several design patterns e.g: MVC pattern',