mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
try to fix the tests
This commit is contained in:
parent
00e05f4aa2
commit
6f991116b2
@ -1,4 +1,5 @@
|
|||||||
import * as detect from '../detect';
|
import * as detect from '../detect';
|
||||||
|
import { expect } from '@jest/globals';
|
||||||
|
|
||||||
const IP = '127.0.0.1';
|
const IP = '127.0.0.1';
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
import * as format from '../format';
|
import * as format from '../format';
|
||||||
|
import { expect } from '@jest/globals';
|
||||||
|
|
||||||
test('parseTime', () => {
|
test('parseTime', () => {
|
||||||
expect(format.parseTime(86400 + 3600 + 60 + 1)).toEqual({
|
expect(format.parseTime(86400 + 3600 + 60 + 1)).toEqual({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user