Skip to content

Commit 4bc3fd5

Browse files
committed
Extra requirement and logs folder
1 parent efd84a9 commit 4bc3fd5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "1.0.0",
44
"description": "Webhook processig and personalised alarms",
55
"main": "index.js",
6-
"repository" :
7-
{ "type" : "git"
8-
, "url" : "https://github.com/KartulUdus/PoracleJS.git"
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/KartulUdus/PoracleJS.git"
99
},
1010
"scripts": {
1111
"test": "mocha --exit",

test/test.js

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ let sender = require("../app/src/send");
88
const log = require("../app/src/logger");
99
const fastify = require('fastify')();
1010
let chai = require('chai');
11-
chai.use(require('chai-fs'));
1211

1312

1413
describe('Functional', function() {

0 commit comments

Comments
 (0)