Skip to content

Commit

Permalink
attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed May 16, 2024
1 parent 3c10a3a commit bb14f5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/postcss-tape/test/dot-reporter.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
// https://github.com/nodejs/node/blob/303c80c50b945cc8c779f7e4f31b898bd41923bf/lib/internal/test_runner/reporter/dot.js
// The dot reporter includes more debug info now, which makes it useless for our purposes.
// This is a fork from before the changes were made.
//
// @license : see nodejs license
// https://github.com/nodejs/node/blob/main/LICENSE

module.exports = async function* dot(source) {
let count = 0;
Expand Down

0 comments on commit bb14f5a

Please sign in to comment.