Skip to content

Commit 962fd3b

Browse files
committed
Added an ability to configure operationsSorter via ENV
1 parent 2722e54 commit 962fd3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/docker/translator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ describe("docker: env translator", function() {
152152
OPERATIONS_SORTER: "alpha"
153153
}
154154

155-
expect(translator(input)).toEqual(dedent(`operationsSorter: true,`))
155+
expect(translator(input)).toEqual(dedent(`operationsSorter: alpha,`))
156156

157157
})
158158

0 commit comments

Comments
 (0)