mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
Fixed 'Diff' imports and added test
This commit is contained in:
parent
559e32a16a
commit
ed21dff88f
8 changed files with 20 additions and 9 deletions
|
@ -121,7 +121,7 @@ module.exports = function (grunt) {
|
|||
options: {
|
||||
configFile: "src/.eslintrc.json"
|
||||
},
|
||||
gruntfile: ["Gruntfile.js"],
|
||||
configs: ["Gruntfile.js"],
|
||||
core: ["src/core/**/*.js", "!src/core/lib/**/*"],
|
||||
web: ["src/web/**/*.js"],
|
||||
node: ["src/node/**/*.js"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue