Skip to content

Commit

Permalink
Update environment-test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
niik committed Oct 21, 2024
1 parent c3f8487 commit 17f4f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fast/environment-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('environment variables', () => {
{ path: 'env-path' }
)
expect(env.PATH).toBeUndefined()
expect(env.path).toBe('custom-path')
expect(env.path).toContain('custom-path')
})
} else {
it('treats environment variables as case-sensitive', () => {
Expand Down

0 comments on commit 17f4f55

Please sign in to comment.