diff --git a/jest.config.js b/jest.config.js index 98534c1c..80dae2d8 100644 --- a/jest.config.js +++ b/jest.config.js @@ -2,6 +2,8 @@ module.exports = { roots: [ '/test' ], + verbose: true, + setupFilesAfterEnv: ['/test/init.js'], testMatch: [ '/test/**/__tests__/**/*.{vue,js,jsx,ts,tsx}', '/test/**/*.{spec,test}.{vue,js,jsx,ts,tsx}' diff --git a/src/Test.vue b/src/Test.vue index 3b723d25..c59f176b 100644 --- a/src/Test.vue +++ b/src/Test.vue @@ -1,21 +1,29 @@