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

@ -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"],