Remove it.only
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user