Skip to content

Commit

Permalink
Update client/tests/jest/jest.setup.js
Browse files Browse the repository at this point in the history
Co-authored-by: Dannon <[email protected]>
  • Loading branch information
jmchilton and dannon authored Nov 21, 2024
1 parent 5815738 commit 82a4498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/tests/jest/jest.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Vue.config.devtools = false;
jest.mock("vue", () => {
const Vue = jest.requireActual("vue"); // Import the actual Vue instance
Vue.config.productionTip = false; // Disable production tip
Vue.config.devtools = false; // Disable production tip
Vue.config.devtools = false; // Disable vue devtools
return Vue; // Return the modified Vue instance
});

Expand Down

0 comments on commit 82a4498

Please sign in to comment.