Skip to content

Instantly share code, notes, and snippets.

@MBehtemam
Last active November 21, 2018 21:52
Show Gist options
  • Save MBehtemam/c4175d67a69920000fe5db0e9e847362 to your computer and use it in GitHub Desktop.
Save MBehtemam/c4175d67a69920000fe5db0e9e847362 to your computer and use it in GitHub Desktop.
first part of test , importing package
const supertest = require("supertest");
const assert = require('assert');
const app = require("../index");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment