Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 68bf464

Browse files
author
Hugo Wood
committed
style(args): full test name on one line
1 parent a53f3e6 commit 68bf464

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/command.test.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ test(`converts embedded windows-style env variables usage for linux`, () => {
4545
)
4646
})
4747

48-
test(`
49-
leaves embedded variables unchanged
50-
when using correct operating system`, () => {
48+
// eslint-disable-next-line max-len
49+
test(`leaves embedded variables unchanged when using correct operating system`, () => {
5150
isWindowsMock.__mock.returnValue = false
5251
expect(commandConvert('$test1/$test2/$test3')).toBe('$test1/$test2/$test3')
5352
})

0 commit comments

Comments
 (0)