test written

This commit is contained in:
Wise Colt
2019-01-01 06:36:19 +03:00
parent 47f3b338db
commit 0143454f4d
6 changed files with 200 additions and 107 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "flixinfo",
"version": "1.0.2",
"version": "1.0.3",
"description": "Get movie detail with netflix id",
"main": "index.js",
"directories": {
@@ -8,7 +8,7 @@
"lib": "lib"
},
"scripts": {
"test": "test"
"test": "mocha --exit --timeout 0"
},
"repository": {
"type": "git",
@@ -28,6 +28,12 @@
"homepage": "https://github.com/sbilketay/flixinfo#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"nodemon": "^1.18.9",
"request": "^2.88.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"nock": "^10.0.5"
}
}