Skip to content

Instantly share code, notes, and snippets.

const users = [
{
name: "matt sanders",
rank: 5
},
{
name: "winifred bony",
rank: 2
},
{
const users = [
{
name: "matt sanders",
rank: 5
},
{
name: "winifred bony",
rank: 2
},
{
import chai from 'chai';
import chaiHttp from 'chai-http';
import app from '../src/app';
describe('APP', () => {
it("it should'nt allow improper input fileds", (done) => {
const signup = {
username: 'tunde',
password: '',
email: 'tunde@tunde.com',