Skip to content

Commit

Permalink
try to fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hnb2 committed Dec 13, 2024
1 parent 00e05f4 commit 6f99111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/__tests__/detect.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as detect from '../detect';
import { expect } from '@jest/globals';

const IP = '127.0.0.1';

Expand Down
1 change: 1 addition & 0 deletions src/lib/__tests__/format.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as format from '../format';
import { expect } from '@jest/globals';

test('parseTime', () => {
expect(format.parseTime(86400 + 3600 + 60 + 1)).toEqual({
Expand Down

0 comments on commit 6f99111

Please sign in to comment.