rss-parser
Advanced tools
Comparing version 3.1.3 to 3.1.4
{ | ||
"name": "rss-parser", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha", | ||
"test": "mocha --exit", | ||
"build": "./scripts/build.sh" | ||
@@ -17,3 +17,3 @@ }, | ||
"express": "^4.15.4", | ||
"mocha": "^3.5.3", | ||
"mocha": "^5.2.0", | ||
"puppeteer": "^1.4.0", | ||
@@ -20,0 +20,0 @@ "webpack": "^3.5.5" |
@@ -19,3 +19,4 @@ "use strict"; | ||
before(done => { | ||
before(function(done) { | ||
this.timeout(5000); | ||
let app = express(); | ||
@@ -36,3 +37,3 @@ app.use(express.static(__dirname)); | ||
}); | ||
}) | ||
}); | ||
@@ -39,0 +40,0 @@ after(() => browser.close()); |
@@ -159,2 +159,3 @@ "use strict"; | ||
} | ||
server.close(); | ||
done(); | ||
@@ -186,2 +187,3 @@ }); | ||
} | ||
server.close(); | ||
done(); | ||
@@ -188,0 +190,0 @@ }) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4223995
25190