Skip to content

Commit 3fdea68

Browse files
committed
Correct error message
1 parent 8844043 commit 3fdea68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/magnitude-test/src/discovery/testDeclaration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function testDecl(
3232
};
3333

3434
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");
35+
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");
3636
}
3737

3838
// Add the declared test function as a runnable to the registry

0 commit comments

Comments
 (0)