Skip to content

Commit fae2d67

Browse files
change test name
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent b650b9f commit fae2d67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/parallel/test-dotenv-edge-cases.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ describe('.env supports edge cases', () => {
202202
assert.match(child.stderr, /bad option: --env-file-ABCD/);
203203
});
204204

205-
it('should handle invalid syntax in .env file', async () => {
205+
it('should handle invalid multiline syntax', () => {
206206
const result = parseEnv([
207207
'foo',
208208
'',

0 commit comments

Comments
 (0)