mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
build(core): Allow adding tests side by side with the code (#10760)
This commit is contained in:
parent
00013a2069
commit
6fa1919ca8
|
@ -7,5 +7,5 @@
|
|||
"tsBuildInfoFile": "dist/build.tsbuildinfo"
|
||||
},
|
||||
"include": ["src/**/*.ts"],
|
||||
"exclude": ["test/**"]
|
||||
"exclude": ["test/**", "src/**/__tests__/**"]
|
||||
}
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
"tsBuildInfoFile": "dist/build.tsbuildinfo"
|
||||
},
|
||||
"include": ["src/**/*.ts"],
|
||||
"exclude": ["test/**"]
|
||||
"exclude": ["test/**", "src/**/__tests__/**"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue