2 Star 0 Fork 0

UnPourTous / react-navigation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
assetsTransformer.js 386 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jed Mao 提交于 2018-04-27 10:57 . Fix "npm test" on Windows 10 (#4066)
/**
* This file is needed to hijack asset imports so that test files don't attempt
* to import them as JavaScript modules.
* See https://github.com/facebook/jest/issues/2663#issuecomment-317109798
*/
const path = require('path');
module.exports = {
process(src, filename, config, options) {
return 'module.exports = ' + JSON.stringify(path.basename(filename)) + ';';
},
};
JavaScript
1
https://gitee.com/UnPourTous/react-navigation.git
git@gitee.com:UnPourTous/react-navigation.git
UnPourTous
react-navigation
react-navigation
master

搜索帮助