Merge branch 'feature/improve-parse-ip-range' of https://github.com/klaxon1/CyberChef into klaxon1-feature/improve-parse-ip-range

This commit is contained in:
n1474335 2018-08-29 18:48:29 +00:00
commit 56946a66aa
4 changed files with 266 additions and 8 deletions

View file

@ -66,6 +66,7 @@ import "./tests/operations/TranslateDateTimeFormat";
import "./tests/operations/Magic";
import "./tests/operations/ToGeohash.mjs";
import "./tests/operations/FromGeohash.mjs";
import "./tests/operations/ParseIPRange";
let allTestsPassing = true;
const testStatusCounts = {
@ -144,4 +145,3 @@ TestRegister.runTests()
process.exit(allTestsPassing ? 0 : 1);
});