Skip to content

Commit 6aeefd6

Browse files
committed
update packages
1 parent 6d9992f commit 6aeefd6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
"postcss-header": "^3.0.3",
6767
"qunit": "^2.24.1",
6868
"rangy": "^1.3.2",
69-
"sass": "^1.92.1",
69+
"sass": "^1.93.2",
7070
"sinon": "^21.0.0",
71-
"webpack": "^5.101.3",
71+
"webpack": "^5.102.0",
7272
"webpack-dev-server": "^5.2.2"
7373
},
7474
"dependencies": {

tests/unit/lib/SCEditor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ QUnit.module('lib/SCEditor', {
7070
}
7171
});
7272

73-
/*
73+
7474
QUnit.test('autofocus', function (assert) {
7575
reloadEditor({
7676
autofocus: true,
@@ -115,7 +115,7 @@ QUnit.test('autofocusEnd', function (assert) {
115115
'over the lazy dog.|<br /></p>';
116116

117117
assert.nodesEqual(body.firstChild, utils.htmlToNode(expected));
118-
});*/
118+
});
119119

120120

121121
QUnit.test('readOnly()', function (assert) {

0 commit comments

Comments
 (0)