Skip to content

Commit d9afe4b

Browse files
committed
fix: remove cacheing
1 parent 20958e8 commit d9afe4b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vue-jest.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
const process = require('./lib/process')
2-
const getCacheKey = require('./lib/get_cache_key')
32

43
module.exports = {
5-
process: process,
6-
getCacheKey: getCacheKey
4+
process: process
75
}

0 commit comments

Comments
 (0)