Skip to content

Commit

Permalink
Eliminate a extraneous logging event in HistoryView.test.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Nov 19, 2024
1 parent 163fb6e commit 5e2fca1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/tests/jest/jest.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import "fake-indexeddb/auto";

import Vue from "vue";

// not available in jsdom, mock it out
Element.prototype.scrollIntoView = jest.fn();

// Set Vue to suppress production / devtools / etc. warnings
Vue.config.productionTip = false;
Vue.config.devtools = false;
Expand Down

0 comments on commit 5e2fca1

Please sign in to comment.