Skip to content

Commit 717703c

Browse files
author
Adam Bavosa
committed
added packages
1 parent d5ae567 commit 717703c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22
"name": "pubnub-functions-mock",
33
"version": "0.0.4",
44
"description": "Mocks PubNub Functions modules for unit testing",
5-
"main": "index.js",
5+
"main": "src/index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"test": "nyc mocha test/unit.test.js"
88
},
99
"dependencies": {
1010
"babel-core": "^6.22.1",
1111
"babel-plugin-add-module-exports": "^0.2.1",
1212
"babel-preset-es2015": "^6.22.0",
13+
"chai": "^4.1.2",
1314
"node-fetch": "^1.6.3",
15+
"nyc": "^11.3.0",
1416
"proxyquire": "^1.7.11",
1517
"qs": "^6.3.0",
1618
"tmp": "0.0.31"
1719
},
1820
"author": "open-source@pubnub.com"
19-
}
21+
}

0 commit comments

Comments
 (0)