mirror of
https://github.com/techno-tim/littlelink-server.git
synced 2025-02-09 18:01:22 +01:00
chore(tests): Added and cleaned up tests
This commit is contained in:
parent
7d4dcdd6f6
commit
d53c88ed52
@ -1,4 +1,4 @@
|
||||
import { trackGoogleEvent } from './google';
|
||||
import { trackGoogleEvent } from '../google';
|
||||
|
||||
describe('google.js', () => {
|
||||
const mockedGtag = jest.fn();
|
@ -1,4 +1,4 @@
|
||||
import { trackUmamiEvent } from './umami';
|
||||
import { trackUmamiEvent } from '../umami';
|
||||
|
||||
describe('umami.js', () => {
|
||||
const windowSpy = jest.spyOn(global, 'window', 'get');
|
Loading…
Reference in New Issue
Block a user