mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
6 lines
114 B
TypeScript
6 lines
114 B
TypeScript
describe('a test', () => {
|
|
it('has to have at least one test', () => {
|
|
expect(true).toBeTruthy();
|
|
});
|
|
});
|