You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
WebCAD/utils/transform/File2StringTransformer.js

9 lines
181 B

//提供给jest用
module.exports = {
process(src, filename, config, options)
{
//在jest中,我们无视了vs 和 fs文件的字符串
return "";
},
};