Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4240a41

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎test/jasmine/assets/custom_matchers.js

Copy file name to clipboardExpand all lines: test/jasmine/assets/custom_matchers.js
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.