mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
build(core): Allow adding tests side by side with the code (#10760)
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
"tsBuildInfoFile": "dist/build.tsbuildinfo"
|
||||
},
|
||||
"include": ["src/**/*.ts"],
|
||||
"exclude": ["test/**"]
|
||||
"exclude": ["test/**", "src/**/__tests__/**"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user