Skip to content

refactor: simplify store actions export #13552

refactor: simplify store actions export

refactor: simplify store actions export #13552

Triggered via pull request March 21, 2024 15:02
Status Failure
Total duration 9m 8s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Lint: src/app/base/components/node/StorageTables/FilesystemsTable/DeleteFilesystem/DeleteFilesystem.test.tsx#L5
Module '"@/app/store/machine"' has no exported member 'actions'. Did you mean to use 'import actions from "@/app/store/machine"' instead?
Lint: src/app/base/components/node/StorageTables/FilesystemsTable/DeleteSpecialFilesystem/DeleteSpecialFilesystem.test.tsx#L5
Module '"@/app/store/machine"' has no exported member 'actions'. Did you mean to use 'import actions from "@/app/store/machine"' instead?
Lint: src/app/base/components/node/StorageTables/FilesystemsTable/UnmountFilesystem/UnmountFilesystem.test.tsx#L5
Module '"@/app/store/machine"' has no exported member 'actions'. Did you mean to use 'import actions from "@/app/store/machine"' instead?
Lint
Process completed with exit code 2.
src/app/base/components/node/StorageTables/FilesystemsTable/DeleteFilesystem/DeleteFilesystem.test.tsx > can remove a disk's filesystem: src/app/base/components/node/StorageTables/FilesystemsTable/DeleteFilesystem/DeleteFilesystem.test.tsx#L51
TypeError: Cannot read properties of undefined (reading 'deleteFilesystem') ❯ src/app/base/components/node/StorageTables/FilesystemsTable/DeleteFilesystem/DeleteFilesystem.test.tsx:51:41
src/app/base/components/node/StorageTables/FilesystemsTable/DeleteSpecialFilesystem/DeleteSpecialFilesystem.test.tsx > can remove a special filesystem: src/app/base/components/node/StorageTables/FilesystemsTable/DeleteSpecialFilesystem/DeleteSpecialFilesystem.test.tsx#L59
TypeError: Cannot read properties of undefined (reading 'unmountSpecial') ❯ src/app/base/components/node/StorageTables/FilesystemsTable/DeleteSpecialFilesystem/DeleteSpecialFilesystem.test.tsx:59:41
src/app/base/components/node/StorageTables/FilesystemsTable/UnmountFilesystem/UnmountFilesystem.test.tsx > can remove a special filesystem: src/app/base/components/node/StorageTables/FilesystemsTable/UnmountFilesystem/UnmountFilesystem.test.tsx#L57
TypeError: Cannot read properties of undefined (reading 'updateFilesystem') ❯ src/app/base/components/node/StorageTables/FilesystemsTable/UnmountFilesystem/UnmountFilesystem.test.tsx:57:41
Test
Process completed with exit code 1.