Skip to content

Commit 4240a41

Browse files
committed
make custom array matcher logs easier to copy-paste into test code
1 parent b042f93 commit 4240a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/assets/custom_matchers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ function coercePosition(precision) {
203203
}
204204

205205
function arrayToStr(array) {
206-
return '[ ' + array.join(', ') + ' ]';
206+
return '[' + array.join(', ') + ']';
207207
}
208208

209209
beforeAll(function() {

0 commit comments

Comments
 (0)