Skip to content

Commit

Permalink
Update count test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Stegmaier committed Dec 11, 2022
1 parent 6e5cd0f commit a00428a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/iframe.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ window.triggerConsoleAssert = function () {
window.triggerConsoleCount = function () {
console.count();
console.count("abc");
console.count({ a: 1 });
};

window.triggerConsoleDir = function () {
Expand Down

0 comments on commit a00428a

Please sign in to comment.