mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 19:46:32 +08:00
init: the first public commit for AFFiNE
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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'
|
||||
);
|
||||
});
|
||||
Reference in New Issue
Block a user