Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 490e6dd

Browse files
committed
fix(test): use console.log rather than dump in tests
I'm not sure what's the purpose of this call, can it be removed?
1 parent f01263a commit 490e6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/brick.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// see:
33
//
44
// this file is intentionally empty; if `lib/brick.js` doesn't error, then we're cool
5-
dump(window.__html__)
5+
console.log(window.__html__)

0 commit comments

Comments
 (0)