Skip to content

Commit

Permalink
vitest imports for storage archivist spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Oct 24, 2024
1 parent 1286768 commit 4e5858f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"@xyo-network/id-payload-plugin": "workspace:^",
"@xyo-network/node-memory": "workspace:^",
"@xyo-network/payload-wrapper": "workspace:^",
"typescript": "^5.6.3"
"typescript": "^5.6.3",
"vitest": "^2.1.3"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ import {
import { MemoryNode } from '@xyo-network/node-memory'
import type { Payload } from '@xyo-network/payload-model'
import { PayloadWrapper } from '@xyo-network/payload-wrapper'
import {
describe, expect,
it, test,
} from 'vitest'

import { StorageArchivist, StorageArchivistConfigSchema } from '../StorageArchivist.ts'

Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6460,6 +6460,7 @@ __metadata:
"@xyo-network/payload-wrapper": "workspace:^"
store2: "npm:^2.14.3"
typescript: "npm:^5.6.3"
vitest: "npm:^2.1.3"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 4e5858f

Please sign in to comment.