Skip to content

Commit

Permalink
chore: remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega committed Nov 3, 2023
1 parent ba88fb4 commit 1c428c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mocha/insertion_marker_manager_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ suite('Insertion marker manager', function () {
chai.assert.equal(markers.length, 2);
});

suite.only('children being set as insertion markers', function () {
suite('children being set as insertion markers', function () {
setup(function () {
Blockly.Blocks['shadows_in_init'] = {
init: function () {
Expand Down

0 comments on commit 1c428c6

Please sign in to comment.