summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/setupTests.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-05-20 15:41:31 -0700
committerMatthew Miller <matthew@millerti.me>2020-05-20 15:41:31 -0700
commit905e60295c86cb15e33011b0b7edf4891ae25173 (patch)
tree7c2d3fcc1da02e255d2cbc809cf9f78be57dc18d /packages/browser/src/setupTests.ts
parent682969bdd921d45a41517f52c402a95f37d1c1d9 (diff)
Create browser package
Diffstat (limited to 'packages/browser/src/setupTests.ts')
-rw-r--r--packages/browser/src/setupTests.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/browser/src/setupTests.ts b/packages/browser/src/setupTests.ts
new file mode 100644
index 0000000..4cf23af
--- /dev/null
+++ b/packages/browser/src/setupTests.ts
@@ -0,0 +1,3 @@
+// Silence some console output
+jest.spyOn(console, 'log').mockImplementation();
+jest.spyOn(console, 'debug').mockImplementation();