mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor(core): Support writing tests in cli/src (no-changelog) (#9646)
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
"baseUrl": "src",
|
||||
"paths": {
|
||||
"@/*": ["./*"],
|
||||
"@db/*": ["./databases/*"]
|
||||
"@db/*": ["./databases/*"],
|
||||
"@test/*": ["../test/shared/*"],
|
||||
"@test-integration/*": ["../test/integration/shared/*"]
|
||||
},
|
||||
"tsBuildInfoFile": "dist/typecheck.tsbuildinfo",
|
||||
// TODO: remove all options below this line
|
||||
|
||||
Reference in New Issue
Block a user