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.
1 parent 8844043 commit 3fdea68Copy full SHA for 3fdea68
1 file changed
packages/magnitude-test/src/discovery/testDeclaration.ts
@@ -32,7 +32,7 @@ function testDecl(
32
};
33
34
if (!combinedOptions.url) {
35
- throw Error("URL must be provided either through (1) env var MAGNITUDE_TEST_URL, (2) via test.config, or (3) in group or test options");
+ throw Error("URL must be provided either through (1) env var MAGNITUDE_TEST_URL, (2) via magnitude.config.ts, or (3) in group or test options");
36
}
37
38
// Add the declared test function as a runnable to the registry
0 commit comments