We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd84a9 commit 4bc3fd5Copy full SHA for 4bc3fd5
package.json
@@ -3,9 +3,9 @@
3
"version": "1.0.0",
4
"description": "Webhook processig and personalised alarms",
5
"main": "index.js",
6
- "repository" :
7
- { "type" : "git"
8
- , "url" : "https://github.com/KartulUdus/PoracleJS.git"
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/KartulUdus/PoracleJS.git"
9
},
10
"scripts": {
11
"test": "mocha --exit",
test/test.js
@@ -8,7 +8,6 @@ let sender = require("../app/src/send");
const log = require("../app/src/logger");
const fastify = require('fastify')();
let chai = require('chai');
-chai.use(require('chai-fs'));
12
13
14
describe('Functional', function() {
0 commit comments