Skip to content

Commit

Permalink
Change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 14, 2023
1 parent 5d6223d commit 6886f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/export.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function exportQUnit (QUnit) {

// For consistency with CommonJS environments' exports
module.exports.QUnit = QUnit;
// For allowing a CJS-compatible ESM imports
// For allowing ESM imports
module.exports.todo = QUnit.todo;
module.exports.skip = QUnit.skip;
module.exports.test = QUnit.test;
Expand Down

0 comments on commit 6886f36

Please sign in to comment.