Skip to content

Commit bbe01be

Browse files
committed
Test pre-commit hook
1 parent 65dd12c commit bbe01be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypress/integration/codeSnippetService.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ describe('Test Code Snippet Manipulation', () => {
4444
// checking the snippet
4545
cy.get('.jp-codeSnippetsContainer').find('.jp-codeSnippet-item').should('have.length', 3);
4646
})
47+
4748
it('Renaming a snippet', () => {
4849
cy.wait(500)
4950
// rename snippet

0 commit comments

Comments
 (0)