Skip to content

Commit

Permalink
Fix browser tests (#3677)
Browse files Browse the repository at this point in the history
The culprit is `getUnixTime` importing `toDate` from the index.
  • Loading branch information
fturmel committed Jan 21, 2024
1 parent 659ad02 commit ff60d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getUnixTime/index.ts
@@ -1,4 +1,4 @@
import { toDate } from "../index.js";
import { toDate } from "../toDate/index.js";

/**
* @name getUnixTime
Expand Down

0 comments on commit ff60d48

Please sign in to comment.