jest-preprocessor.js 138 B

123
  1. const { getJestPreprocessor } = require('./index.js');
  2. const jestPreprocessor = getJestPreprocessor();
  3. module.exports = jestPreprocessor;