Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a313e62

Browse files
author
Michelle Tilley
authored
🎨
1 parent d630448 commit a313e62

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/models/workspace-change-observer.test.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,16 @@ describe('WorkspaceChangeObserver', function() {
9292
file: 'renamed-path.txt',
9393
}]));
9494
});
95+
});
9596

96-
it('doesn\'t emit events for unsaved files', async function() {
97-
const workdirPath = await cloneRepository('three-files');
98-
const repository = await buildRepository(workdirPath);
99-
const editor = await workspace.open();
97+
it('doesn\'t emit events for unsaved files', async function() {
98+
const workdirPath = await cloneRepository('three-files');
99+
const repository = await buildRepository(workdirPath);
100+
const editor = await workspace.open();
100101

101-
const changeObserver = new WorkspaceChangeObserver(window, workspace, repository);
102-
await changeObserver.start();
102+
const changeObserver = new WorkspaceChangeObserver(window, workspace, repository);
103+
await changeObserver.start();
103104

104-
assert.doesNotThrow(() => editor.destroy());
105-
});
105+
assert.doesNotThrow(() => editor.destroy());
106106
});
107107
});

0 commit comments

Comments
 (0)