Skip to content

Commit 4315f3b

Browse files
committed
typo
1 parent fb0a2eb commit 4315f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/env.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dotenv.config({ path: path.resolve(__dirname, '..', process.env.CI ? '.env.examp
88
const { LASTFM_API_BASE_URL, LASTFM_API_KEY } = process.env;
99

1010
let environmentVarWarning =
11-
'❗ No environment variable found, use the .env.example file to create your own .env file with required properties adn values.';
11+
'❗ No environment variable found, use the .env.example file to create your own .env file with required properties and values.';
1212

1313
test.describe('Environment variables present and configured', async () => {
1414
test('LASTFM_API_BASE_URL is present', async () => {

0 commit comments

Comments
 (0)