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

Commit

Permalink
style(args): full test name on one line
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Wood committed Mar 14, 2017
1 parent a53f3e6 commit 68bf464
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/command.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ test(`converts embedded windows-style env variables usage for linux`, () => {
)
})

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

0 comments on commit 68bf464

Please sign in to comment.