This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
strapi
Watch
1
Star
0
Fork
0
You've already forked strapi
mirror of
https://github.com/strapi/strapi.git
synced
2025-06-27 00:41:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
strapi
/
packages
/
core
/
content-manager
/
jest.config.js
6 lines
79 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Update configs in packages & set rootDir in base configs
2021-09-15 18:04:17 +02:00
'use strict'
;
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
=
{
Expand nx usage and migrate logger to ts (#15957)
2023-03-22 11:21:33 +01:00
preset
:
'../../../jest-preset.unit.js'
,
Update configs in packages & set rootDir in base configs
2021-09-15 18:04:17 +02:00
}
;
Reference in New Issue
Copy Permalink