Skip to content

Commit d10f613

Browse files
Update packages/core/src/test/shared/utilities/testUtils.test.ts
Co-authored-by: Justin M. Keyes <[email protected]>
1 parent 69f09ab commit d10f613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/shared/utilities/testUtils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('envWithNewPath', function () {
1616
})
1717
})
1818

19-
describe('writeEnv', function () {
19+
describe('setEnv', function () {
2020
it('modifies the node environment variables', function () {
2121
const originalEnv = readEnv()
2222
const fakePath = 'fakePath'

0 commit comments

Comments
 (0)