Skip to content

Commit

Permalink
chore: update import in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
shontzu-deriv committed May 21, 2024
1 parent e2e3c76 commit 7abd37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/__test__/mobileOSDetectAsync.utils.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, test } from "vitest";
import { mobileOSDetectAsync } from "../mobile-os-detect.utils";
import { mobileOSDetectAsync } from "../os-detect.utils";

describe("mobileOSDetectAsync", () => {
test('should return "Windows Phone" for Windows Phone user agent', async () => {
Expand Down

0 comments on commit 7abd37b

Please sign in to comment.