Skip to content

Commit

Permalink
refactor(tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
marker dao ® committed Oct 7, 2024
1 parent a404a15 commit c9d60b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function getSelector(className) {
return `.${className}`;
}

const { test, module: testModule, skip } = QUnit;
const { test, module: testModule } = QUnit;

const moduleConfig = {
beforeEach: function() {
Expand Down

0 comments on commit c9d60b6

Please sign in to comment.