mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
adds eslint
This commit is contained in:

committed by
Geoff Seemueller

parent
9698fc6f3b
commit
02c3253343
@@ -1,9 +1,10 @@
|
||||
import {describe, expect, it} from 'vitest';
|
||||
import MetricsService from "../MetricsService";
|
||||
import { describe, expect, it } from 'vitest';
|
||||
|
||||
import MetricsService from '../MetricsService';
|
||||
|
||||
describe('MetricsService', () => {
|
||||
it("should create a metrics service", () => {
|
||||
it('should create a metrics service', () => {
|
||||
const metricsService = MetricsService.create();
|
||||
expect(metricsService).toBeTruthy();
|
||||
})
|
||||
})
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user