Skip to content

Commit

Permalink
fix(string): import fix and test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocleite committed Jul 8, 2024
1 parent 1d63041 commit b02d751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/internal/__snapshots__/base32.spec.ts.snap
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`encodeDate() > encodes current date correctly 1`] = `"01GWX1T800"`;
exports[`dateToBase32() > encodes current date correctly 1`] = `"01GWX1T800"`;
1 change: 1 addition & 0 deletions test/internal/date.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { describe, expect, it } from 'vitest';
import { FakerError } from '../../src';
import { toDate } from '../../src/internal/date';

describe('toDate()', () => {
Expand Down

0 comments on commit b02d751

Please sign in to comment.