Skip to content

Commit

Permalink
chore: unonly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega committed Mar 18, 2024
1 parent 5a341e1 commit b5d1661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mocha/jso_serialization_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ suite('JSO Serialization', function () {
});
});

suite.only('Workspace comments', function () {
suite('Workspace comments', function () {
suite('IDs', function () {
test('IDs are saved by default', function () {
const comment = new Blockly.comments.WorkspaceComment(
Expand Down

0 comments on commit b5d1661

Please sign in to comment.