This website requires JavaScript.
Explore
Help
Sign In
Steve-Dee-Designs
/
woocommerce
mirror of
https://github.com/woocommerce/woocommerce.git
Watch
1
Star
0
Fork
You've already forked woocommerce
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
758df4854d
woocommerce
/
packages
/
js
/
customer-effort-score
/
babel.config.js
4 lines
72 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Update dependencies and jest config to pass admin tests for pnpm 7 (#34428) * Update @wordpress/data version to ^6.15.0 * Update jest.config.js to transform is-plain-obj js * Update pnpm-lock.yaml * Add changelog * Add babel configs and update jest config * Update tsconfig.json to exclude babel.config.js * Add missing @types packages * Add changelog * Update pnpm-lock.yaml * Update pnpm-lock.yaml * Fix DateTimePickerControl type errors
2022-08-31 04:06:51 +00:00
module
.
exports
=
{
Update/unify jest@27 across all packages (#34322) * Update `jest-puppeteer@5.0.4` (from `4.4.0`) to be albe to run with jest 28. * Update `jest` and `ts-jest@^27` (from `25`), to match `e2e-environment` needs. * Update api-core-tests' `jest@^27` (from `25`), to unify the used version across the stack. * Update e2e-env's `jest@^27` & co. (from `25`), to unify the used version across the stack. * Update e2e-env's `@jest/test-sequencer@^27` (from `25`), to unify the used version across the stack. * Update admin-e2e-tests' `@jest/globals@^27` (from `26`), to unify the used version across the stack. * Update woocommerce's `jest@^27.5.1` (from `25`), to unify the used version across the stack. * Replace `mocked` from `ts-jest` to the one from `jest`, Update `@types/jest@27.4.1` from `27.0.2`. Try to fix broken tsc build. * Update `e2e-core-tests`' `@jest/globals@^27.5.1` from `^26.4.2`. * Remove changelog entry for bumpin jest in `api-core-tests` It was already covered in `trunk`. Addresses https://github.com/woocommerce/woocommerce/pull/34322#discussion_r956019567 * Updated package-lock.yaml * Updated timeout * Added changelogs Co-authored-by: jamelreid <jnoelreid@gmail.com>
2022-09-06 14:29:45 +00:00
extends
:
'../internal-js-tests/babel.config.js'
,
}
;