We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64600f9 commit 7780ed4Copy full SHA for 7780ed4
1 file changed
test/test.mjs
@@ -15,7 +15,7 @@ const TEMP_DIR = path.join(PROJECT_ROOT, '/.tmp');
15
const PASSWORD = process.env.GOE_TEST_PASSWORD;
16
17
if (!PASSWORD) {
18
- console.error('Please set GOE_TEST_PK and GOE_TEST_PASSWORD in .env');
+ console.error('Please set "GOE_TEST_PASSWORD" in .env');
19
process.exit(1);
20
}
21
0 commit comments