如何在Jest中使用expose-loader

时间:2018-04-25 12:56:14

标签: javascript webpack jest

当我运行Jest测试时,我在解析包含导入expose-loader的文件时出错:

index.js:

import 'expose-loader?PIXI!phaser-ce/build/custom/pixi';

错误是:

Cannot find module 'expose-loader?PIXI!phaser-ce/build/custom/pixi' from 'index.js'

0 个答案:

没有答案