1 Star 5 Fork 1

JoyChen/graylog2-web-interface-chinese

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
jest.it.config.js 1009 Bytes
一键复制 编辑 原始数据 按行查看 历史
dev 提交于 2022-07-12 12:53 +08:00 . init
/*
* Copyright (C) 2020 Graylog, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the Server Side Public License, version 1,
* as published by MongoDB, Inc.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* Server Side Public License for more details.
*
* You should have received a copy of the Server Side Public License
* along with this program. If not, see
* <http://www.mongodb.com/licensing/server-side-public-license>.
*/
const config = {
preset: 'jest-preset-graylog',
setupFiles: [
'<rootDir>/test/setup-jest.js',
'trace-unhandled/register',
],
setupFilesAfterEnv: [
'jest-enzyme',
'<rootDir>/test/configure-testing-library.js',
],
testEnvironment: '<rootDir>/test/integration-environment.js',
testRegex: '\\.it\\.[jt]sx?$',
};
module.exports = config;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/blkc/graylog2-web-interface-chinese.git
git@gitee.com:blkc/graylog2-web-interface-chinese.git
blkc
graylog2-web-interface-chinese
graylog2-web-interface-chinese
master

搜索帮助