Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Feb 13, 2025
1 parent 1341c8b commit 3bd053b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jodit",
"version": "4.5.6",
"version": "4.5.7",
"description": "Jodit is an awesome and useful wysiwyg editor with filebrowser",
"main": "build/jodit.min.js",
"types": "./types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion test/tests/acceptance/editor-ready.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

// eslint-disable-next-line max-classes-per-file
describe.only('Readiness', () => {
describe('Readiness', () => {
describe('Method waitForReady', () => {
describe('Custom plugin', () => {
let cssLoaded = false;
Expand Down

0 comments on commit 3bd053b

Please sign in to comment.