How to capture the arguments passed to a Jest transformer
I have a Jest transformer that intercepts handlebar files, compiles them, and returns the template function. const createCacheKeyFunction = require('fbjs-scripts/jest/createCacheKeyFunction') const handlebars = require('handlebars') module.exports =...
Jul 18, 2017C