Upgrade react and enzyme (#13224)

* upgrade to latest react and fixed failing test

* upgrading libs

* grunt exec update due to change filename

* new yarn lock

* updated snaps
This commit is contained in:
Peter Holmberg
2018-09-11 16:31:34 +02:00
committed by Torkel Ödegaard
parent 9f73f13091
commit 0768a078ed
6 changed files with 1354 additions and 1220 deletions

View File

@ -7,7 +7,7 @@ module.exports = function(config, grunt) {
}
return {
tslint: 'node ./node_modules/tslint/lib/tslint-cli.js -c tslint.json --project ./tsconfig.json',
tslint: 'node ./node_modules/tslint/lib/tslintCli.js -c tslint.json --project ./tsconfig.json',
jest: 'node ./node_modules/jest-cli/bin/jest.js ' + coverage,
webpack: 'node ./node_modules/webpack/bin/webpack.js --config scripts/webpack/webpack.prod.js',
};