2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-10 05:13:23 +00:00

Fixed 'Diff' imports and added test

This commit is contained in:
n1474335
2017-03-27 19:39:04 +01:00
parent 559e32a16a
commit ed21dff88f
8 changed files with 20 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
import Utils from "../Utils.js";
import JsDiff from "diff";
import * as JsDiff from "diff";
/**