Skip to content

Instantly share code, notes, and snippets.

View anneKay's full-sized avatar

Kalu Nwanna anneKay

  • Lagos
View GitHub Profile
@anneKay
anneKay / createArticle.test.js
Last active July 24, 2018 14:55 — forked from Oloyedesinmiloluwa/createArticle.test.js
Fargo Team TDD activity
import expect from 'expect';
import request from 'supertest';
import app from './../app';
// Test for creating an article
describe ('POST api/articles', () => {
const article = {
title: 'the title',
body: '',