Files
AFFiNE-Mirror/libs/components/board-state/src/data/filesystem.spec.ts
T
2022-07-22 15:49:21 +08:00

13 lines
460 B
TypeScript

describe('when saving data to the file system', () => {
it.todo('saves a new file in the filesystem');
it.todo('saves a new file in the filesystem');
});
describe('when opening files from file system', () => {
it.todo('opens a file and loads it into the document');
it.todo('opens an older file, migrates it, and loads it into the document');
it.todo(
'opens a corrupt file, tries to fix it, and fails without crashing'
);
});