Remove it.only

This commit is contained in:
Sidharth Vinod
2022-11-24 22:04:15 +05:30
parent 3e6c28f15a
commit f136f7bd58
+1 -1
View File
@@ -70,7 +70,7 @@ describe('Auto sync tests', () => {
.should('exist');
});
it.only('should update diagram after entire text is removed', () => {
it('should update diagram after entire text is removed', () => {
// https://github.com/mermaid-js/mermaid-live-editor/issues/1102
getEditor().type(`${cmd} a {backspace}`);
getEditor().type('graph LR');