mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Adding jest config to turbo cache (no-changelog) (#14246)
This commit is contained in:
@@ -72,7 +72,8 @@
|
|||||||
"n8n-core#test",
|
"n8n-core#test",
|
||||||
"n8n#test"
|
"n8n#test"
|
||||||
],
|
],
|
||||||
"outputs": ["coverage/**"]
|
"outputs": ["coverage/**"],
|
||||||
|
"inputs": ["jest.config.js"]
|
||||||
},
|
},
|
||||||
"test:frontend": {
|
"test:frontend": {
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
@@ -82,7 +83,8 @@
|
|||||||
"@n8n/design-system#test",
|
"@n8n/design-system#test",
|
||||||
"n8n-editor-ui#test"
|
"n8n-editor-ui#test"
|
||||||
],
|
],
|
||||||
"outputs": ["coverage/**"]
|
"outputs": ["coverage/**"],
|
||||||
|
"inputs": ["jest.config.js"]
|
||||||
},
|
},
|
||||||
"test:nodes": {
|
"test:nodes": {
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
@@ -90,7 +92,8 @@
|
|||||||
"@n8n/n8n-nodes-langchain#test",
|
"@n8n/n8n-nodes-langchain#test",
|
||||||
"@n8n/json-schema-to-zod#test"
|
"@n8n/json-schema-to-zod#test"
|
||||||
],
|
],
|
||||||
"outputs": ["coverage/**"]
|
"outputs": ["coverage/**"],
|
||||||
|
"inputs": ["jest.config.js"]
|
||||||
},
|
},
|
||||||
"test": {},
|
"test": {},
|
||||||
"watch": {
|
"watch": {
|
||||||
|
|||||||
Reference in New Issue
Block a user