We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
**/*.test.*
At the moment having .test or .spec files in your trigger directories can cause issues with compilation.
We should support an ignore array of globs. Files matching the patterns wouldn't be included in the build.
ignore
ignore: ["**/*.test.*", "**/*.spec.*"]
TRI-4324
At the moment having .test or .spec files in your trigger directories can cause issues with compilation.
We should support an
ignorearray of globs. Files matching the patterns wouldn't be included in the build.TRI-4324