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
9a651da622
woocommerce
/
packages
/
js
/
product-editor
/
jest.config.json
5 lines
100 B
JSON
Raw
Normal View
History
Unescape
Escape
Create a helper hook for field validation (#37196) * Add custom hook to validate product fields within blocks * Add changelog file * Add unit tests * Fix non working tests * Fix linter errors * Add changelog file * Fix async validation rejection * Solve conflicts after rebasing * Revert false negative lint errors * Move the hook to its own folder and add the readme.md file
2023-03-21 02:12:09 +00:00
{
"rootDir"
:
"./src"
,
Enforce Strict `@types` Dependencies (#37351)
2023-03-24 01:02:20 +00:00
"preset"
:
"../node_modules/@woocommerce/internal-js-tests/jest-preset.js"
Create a helper hook for field validation (#37196) * Add custom hook to validate product fields within blocks * Add changelog file * Add unit tests * Fix non working tests * Fix linter errors * Add changelog file * Fix async validation rejection * Solve conflicts after rebasing * Revert false negative lint errors * Move the hook to its own folder and add the readme.md file
2023-03-21 02:12:09 +00:00
}