Skip to content

Instantly share code, notes, and snippets.

@ramazankanbur
Created October 10, 2019 15:10
Show Gist options
  • Save ramazankanbur/7a26969af9997598c39ec4de579370a2 to your computer and use it in GitHub Desktop.
Save ramazankanbur/7a26969af9997598c39ec4de579370a2 to your computer and use it in GitHub Desktop.
sample
var should = require(‘should’); //ingilizce konuşuyor gibi assert yapmak için kullanışlı bir paket
var mongoose = require(‘mongoose’);
var User = require(‘../model/user’);
var request = require(‘supertest’); //test ortamında request ihtiyaçları için paket
var mocha = require(‘mocha’);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment