mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 17:16:16 +08:00
13 lines
460 B
TypeScript
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'
|
|
);
|
|
});
|