- Adapt the tests to use React-Query - Install fetch-mock to mock the fetch requests with Jest. - Create a test to show how to mock the fetch requests with fetch-mock
27 lines
474 B
JSON
27 lines
474 B
JSON
{
|
|
"extends": [
|
|
"github>numerique-gouv/renovate-configuration"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"enabled": false,
|
|
"groupName": "ignored python dependencies",
|
|
"matchManagers": [
|
|
"setup-cfg"
|
|
],
|
|
"matchPackageNames": []
|
|
},
|
|
{
|
|
"enabled": false,
|
|
"groupName": "ignored js dependencies",
|
|
"matchManagers": [
|
|
"npm"
|
|
],
|
|
"matchPackageNames": [
|
|
"node",
|
|
"node-fetch"
|
|
]
|
|
}
|
|
]
|
|
}
|