This commit is contained in:
Mo Bitar
2019-04-16 13:32:44 -05:00
parent d13da9bee5
commit 74fbd8fe8f
4 changed files with 991 additions and 991 deletions

View File

@@ -482,7 +482,7 @@ describe("syncing", () => {
})
}
it.only('syncing a note should collapse its properties into the content object after sync', async () => {
it('syncing a note should collapse its properties into the content object after sync', async () => {
let note = new SNNote();
note.title = "Foo";
note.setDirty(true);