Skip to content

Instantly share code, notes, and snippets.

View madeofhuman's full-sized avatar
🏠
Working from home

CJ madeofhuman

🏠
Working from home
View GitHub Profile

Keybase proof

I hereby claim:

  • I am madeofhuman on github.
  • I am madeofhuman (https://keybase.io/madeofhuman) on keybase.
  • I have a public key ASBtU3ITjKi7aMHag9ebre_Eb-zy1Q6EcbSKcbrdQuNcPQo

To claim this, I am signing this object:

@madeofhuman
madeofhuman / userFollowTest.js
Last active July 25, 2018 08:36
TDD For Authors' Haven - Elven
// Chukwuka Odina
// Import the Chai assertion library and it's http plugin
// Use 'should' as the assertion type
import chai from 'chai';
import 'chai/register-should';
import chaiHttp from 'chai-http';
// Import the app
import app from '../server/index';