thiagoarrais/grafana-matomo-tracking-panel

View on GitHub
src/module.test.ts

Summary

Maintainability
A
0 mins
Test Coverage
// Just a stub test
describe('placeholder test', () => {
  it('should return true', () => {
    expect(true).toBeTruthy();
  });
});