We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0a2eb commit 4315f3bCopy full SHA for 4315f3b
tests/env.spec.ts
@@ -8,7 +8,7 @@ dotenv.config({ path: path.resolve(__dirname, '..', process.env.CI ? '.env.examp
8
const { LASTFM_API_BASE_URL, LASTFM_API_KEY } = process.env;
9
10
let environmentVarWarning =
11
- '❗ No environment variable found, use the .env.example file to create your own .env file with required properties adn values.';
+ '❗ No environment variable found, use the .env.example file to create your own .env file with required properties and values.';
12
13
test.describe('Environment variables present and configured', async () => {
14
test('LASTFM_API_BASE_URL is present', async () => {
0 commit comments