Run with zero config #1141
Labels
effort-low
Should be pretty quick
enhancement
A new or improved feature
priority-high
Most important
Intern should be runnable with no configuration. When no config is provided, the suites list should use a default value, and the node environment should be used.
Currently, Intern only requires a minimal config to run:
We can eliminate even that need by defaulting the suites list to a value that would handle many common situations, like:
The extension could be chosen based on the presence of a tsconfig file in the project root / cwd.
If an
intern.json
file is added to a project, any zero-config behaviors should be disabled.The text was updated successfully, but these errors were encountered: