init: the first public commit for AFFiNE

This commit is contained in:
DarkSky
2022-07-22 15:49:21 +08:00
commit e3e3741393
1451 changed files with 108124 additions and 0 deletions
@@ -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'
);
});