mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 09:35:36 +01:00
try to fix the tests
This commit is contained in:
parent
00e05f4aa2
commit
6f991116b2
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue