Skip to content

Commit

Permalink
tests: debug CI failing
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jan 4, 2025
1 parent 27eb944 commit 3bcbcae
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib.commonjs/_tests/utils.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib.commonjs/_tests/utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib.commonjs/_tests/utils.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib.esm/_tests/utils.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib.esm/_tests/utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib.esm/_tests/utils.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src.ts/_tests/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ function _inspect(value: any, done: Set<any>): string {

done.add(value);
const result = _inspectString(value, done);
console.log("DEBUG", result);
done.delete(value);

return result;
Expand Down

0 comments on commit 3bcbcae

Please sign in to comment.