transform.js 169 B

12345
  1. const adapt = require('../../../src/index');
  2. module.exports = adapt((fileInfo, api, options) => {
  3. throw new Error('This transform should not have been invoked');
  4. });