Skip to content

Commit

Permalink
fix: remove cacheing
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyerburgh committed Mar 5, 2018
1 parent 20958e8 commit d9afe4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vue-jest.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
const process = require('./lib/process')
const getCacheKey = require('./lib/get_cache_key')

module.exports = {
process: process,
getCacheKey: getCacheKey
process: process
}

0 comments on commit d9afe4b

Please sign in to comment.