From d9afe4b593d8df7717d0f3ddd445bbd2cb12132e Mon Sep 17 00:00:00 2001 From: eddyerburgh Date: Mon, 5 Mar 2018 07:07:40 +0000 Subject: [PATCH] fix: remove cacheing --- vue-jest.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vue-jest.js b/vue-jest.js index f2409801..0692c870 100644 --- a/vue-jest.js +++ b/vue-jest.js @@ -1,7 +1,5 @@ const process = require('./lib/process') -const getCacheKey = require('./lib/get_cache_key') module.exports = { - process: process, - getCacheKey: getCacheKey + process: process }