Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Do not show the production tip while running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvdvleuten committed Nov 22, 2017
1 parent d108b29 commit 97f9203
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import Vuex from 'vuex';
import Storage from 'dom-storage';
import createPersistedState from './index';

// Do not show the production tip while running tests.
Vue.config.productionTip = false;

Vue.use(Vuex);

it('can be created with the default options', () => {
Expand Down

0 comments on commit 97f9203

Please sign in to comment.