Skip to content

Commit 09853b5

Browse files
test: fix file name
1 parent 8f7f66e commit 09853b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/type/src/guard/test/guard-defined.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Function.
2-
import { guardDefined } from '../lib/guard-defined.type';
2+
import { guardDefined } from '../lib/guard-defined.func';
33
// Variables.
44
import { FALSE } from './variables/boolean.const';
55
import { UNDEFINED } from './variables/undefined.const';

0 commit comments

Comments
 (0)