We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20958e8 commit d9afe4bCopy full SHA for d9afe4b
vue-jest.js
@@ -1,7 +1,5 @@
1
const process = require('./lib/process')
2
-const getCacheKey = require('./lib/get_cache_key')
3
4
module.exports = {
5
- process: process,
6
- getCacheKey: getCacheKey
+ process: process
7
}
0 commit comments