try to fix the tests
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import * as detect from '../detect';
|
||||
import { expect } from '@jest/globals';
|
||||
|
||||
const IP = '127.0.0.1';
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import * as format from '../format';
|
||||
import { expect } from '@jest/globals';
|
||||
|
||||
test('parseTime', () => {
|
||||
expect(format.parseTime(86400 + 3600 + 60 + 1)).toEqual({
|
||||
|
||||
Reference in New Issue
Block a user