From: Ricardo Marques Date: Mon, 4 Jun 2018 20:50:02 +0000 (+0100) Subject: mgr/dashboard: Prettify package.json X-Git-Tag: v14.0.1~1191^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b6f85230c02cd6c36ee6f82e4902e07056c9398c;p=ceph-ci.git mgr/dashboard: Prettify package.json Signed-off-by: Ricardo Marques --- diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index d089d0719f2..263afa95ce8 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -23,9 +23,16 @@ "^.+\\.(ts|html)$": "/node_modules/jest-preset-angular/preprocessor.js", "^.+\\.js$": "babel-jest" }, - "setupFiles": ["jest-canvas-mock"], - "coverageReporters": ["text", "cobertura"], - "modulePathIgnorePatterns": ["/coverage/"] + "setupFiles": [ + "jest-canvas-mock" + ], + "coverageReporters": [ + "text", + "cobertura" + ], + "modulePathIgnorePatterns": [ + "/coverage/" + ] }, "dependencies": { "@angular/animations": "^5.0.0",