Skip to content

Commit b02d751

Browse files
committed
fix(string): import fix and test snapshot
1 parent 1d63041 commit b02d751

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

3-
exports[`encodeDate() > encodes current date correctly 1`] = `"01GWX1T800"`;
3+
exports[`dateToBase32() > encodes current date correctly 1`] = `"01GWX1T800"`;

test/internal/date.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { describe, expect, it } from 'vitest';
2+
import { FakerError } from '../../src';
23
import { toDate } from '../../src/internal/date';
34

45
describe('toDate()', () => {

0 commit comments

Comments
 (0)