Skip to content

Commit

Permalink
Merge pull request #277 from KevinBatdorf/update-deps2
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
KevinBatdorf authored Jan 6, 2024
2 parents 8d76902 + 872b435 commit 7639d1f
Show file tree
Hide file tree
Showing 3 changed files with 6,465 additions and 5,136 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/lines.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ context('Line numbers', () => {
cy.getPostContent('.wp-block[class$="code-block-pro"]')
.parent()
.invoke('html')
.should('contain', '--cbp-line-number-start:5');
.should('contain', '--cbp-line-number-start: 5');
});
});

Expand Down
Loading

0 comments on commit 7639d1f

Please sign in to comment.