There was an error while loading. Please reload this page.
1 parent d5ae567 commit 717703cCopy full SHA for 717703c
package.json
@@ -2,18 +2,20 @@
2
"name": "pubnub-functions-mock",
3
"version": "0.0.4",
4
"description": "Mocks PubNub Functions modules for unit testing",
5
- "main": "index.js",
+ "main": "src/index.js",
6
"scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "nyc mocha test/unit.test.js"
8
},
9
"dependencies": {
10
"babel-core": "^6.22.1",
11
"babel-plugin-add-module-exports": "^0.2.1",
12
"babel-preset-es2015": "^6.22.0",
13
+ "chai": "^4.1.2",
14
"node-fetch": "^1.6.3",
15
+ "nyc": "^11.3.0",
16
"proxyquire": "^1.7.11",
17
"qs": "^6.3.0",
18
"tmp": "0.0.31"
19
20
"author": "open-source@pubnub.com"
-}
21
+}
0 commit comments