Skip to content

Commit

Permalink
feat(CV-0-1): wip, adding structures, features, and README to repos
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jonathan committed Dec 5, 2023
1 parent af63401 commit 4800f79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion __tests__/assert.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import {
assert,
AssertError,
FoundationError,
} from '@/index'
} from '@/'

describe('Assert', () => {
it('Assert: success', () => {
Expand Down
2 changes: 1 addition & 1 deletion __tests__/guard.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import {
import {
guard,
guardIterator,
} from '@/index'
} from '@/'

type A = {
name: string
Expand Down
2 changes: 1 addition & 1 deletion __tests__/type-defs.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import {
PickRequired,
PickNullable,
PickPartial,
} from '@/index'
} from '@/'

type A = {
name: string
Expand Down
2 changes: 1 addition & 1 deletion __tests__/uuid.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import {

import {
uuidv4,
} from '@/index'
} from '@/'

describe('UUID', () => {
it('success', () => {
Expand Down

0 comments on commit 4800f79

Please sign in to comment.