-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Print objects in console API calls
These were previously just shown as an empty string with Chromium, or as "[Object object]" with Firefox. Implement proper stringification of objects for both browsers, so that we can see console messages in our test logs in a similar way as browsers format them in their console.
- Loading branch information
1 parent
fcdfc03
commit ef4f26a
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters