1 Star 0 Fork 87

Tony2012 / Hippy

forked from 腾讯开源 / Hippy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ava.config.js 656 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuqingkuang 提交于 2019-12-20 13:45 . refactor: make it public
import os from 'os';
const numCPUs = os.cpus().length;
export default {
verbose: true,
modules: false,
cache: false,
concurrency: numCPUs,
failWithoutAssertions: true,
tap: false,
babel: false,
extensions: false,
compileEnhancements: false,
files: [
'packages/**/__tests__/*.test.js',
],
sources: [
'packages/**/*.js',
],
require: [
'esm', // Use ES modules in NodeJS.
'module-alias/register', // Use _moduleDirectories defined package.json
'./scripts/flow-remove-types', // Remove flow definition from Vue.
'./scripts/mock-global', // Define the global
],
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/lfnian/Hippy.git
git@gitee.com:lfnian/Hippy.git
lfnian
Hippy
Hippy
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891