Last active
November 21, 2018 21:52
-
-
Save MBehtemam/c4175d67a69920000fe5db0e9e847362 to your computer and use it in GitHub Desktop.
first part of test , importing package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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