mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Bumps prettier version for new typescript syntax support (#20463)
* Chore: Bumps prettier version for new typescript syntax support * Ran new version of prettier against the codebase
This commit is contained in:
@@ -8,7 +8,10 @@ import { ServerStat } from './state/apis';
|
||||
describe('ServerStats', () => {
|
||||
it('Should render table with stats', done => {
|
||||
const navModel = createNavModel('Admin', 'stats');
|
||||
const stats: ServerStat[] = [{ name: 'Total dashboards', value: 10 }, { name: 'Total Users', value: 1 }];
|
||||
const stats: ServerStat[] = [
|
||||
{ name: 'Total dashboards', value: 10 },
|
||||
{ name: 'Total Users', value: 1 },
|
||||
];
|
||||
|
||||
const getServerStats = () => {
|
||||
return Promise.resolve(stats);
|
||||
|
||||
Reference in New Issue
Block a user