mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
update code style
This commit is contained in:
parent
3e28b90281
commit
2fefd60e90
7131 changed files with 31567 additions and 37324 deletions
|
@ -17,7 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
export default function({ loadTestFile }) {
|
||||
export default function ({ loadTestFile }) {
|
||||
describe('stats', () => {
|
||||
loadTestFile(require.resolve('./stats'));
|
||||
});
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
import expect from '@kbn/expect';
|
||||
|
||||
const assertStatsAndMetrics = body => {
|
||||
const assertStatsAndMetrics = (body) => {
|
||||
expect(body.kibana.name).to.be.a('string');
|
||||
expect(body.kibana.uuid).to.be.a('string');
|
||||
expect(body.kibana.host).to.be.a('string');
|
||||
|
@ -53,7 +53,7 @@ const assertStatsAndMetrics = body => {
|
|||
expect(body.concurrent_connections).to.be.a('number');
|
||||
};
|
||||
|
||||
export default function({ getService }) {
|
||||
export default function ({ getService }) {
|
||||
const supertest = getService('supertest');
|
||||
describe('kibana stats api', () => {
|
||||
describe('basic', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue