mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 03:09:26 +08:00
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:

committed by
Torkel Ödegaard

parent
9f73f13091
commit
0768a078ed
@ -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',
|
||||
};
|
||||
|
Reference in New Issue
Block a user