Logo
Explore Help
Register Sign In
yujunjun/strapi
1
0
Fork 0
You've already forked strapi
mirror of https://github.com/strapi/strapi.git synced 2025-07-03 15:11:19 +00:00
Code Issues Packages Projects Releases Wiki Activity
strapi/jest.base-config.js

7 lines
187 B
JavaScript
Raw Normal View History

Created base configs for front testing and unit testing, cleaned up repo root jest configs and introduced projects, added unit and front jest configs for core packages and plugins
2021-09-14 14:43:42 +03:00
module.exports = {
Update configs in packages & set rootDir in base configs
2021-09-15 18:04:17 +02:00
rootDir: __dirname,
Created base configs for front testing and unit testing, cleaned up repo root jest configs and introduced projects, added unit and front jest configs for core packages and plugins
2021-09-14 14:43:42 +03:00
setupFilesAfterEnv: ['<rootDir>/test/unit.setup.js'],
modulePathIgnorePatterns: ['.cache'],
testMatch: ['/**/__tests__/**/*.[jt]s?(x)'],
Update configs in packages & set rootDir in base configs
2021-09-15 18:04:17 +02:00
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 215ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API