mirror of
https://github.com/twitter/twemoji.git
synced 2024-06-15 03:35:16 +00:00
Change the terminology from blocks/tests to tests/assertions
This commit is contained in:
parent
4ce90d0c57
commit
bb78af38d8
@ -22,9 +22,9 @@ var
|
|||||||
// retrieve the total executed tests number
|
// retrieve the total executed tests number
|
||||||
total: ''.concat(
|
total: ''.concat(
|
||||||
passed,
|
passed,
|
||||||
' blocks (',
|
' tests (',
|
||||||
resultHeader ? resultHeader.textContent.replace(/\D/g, '') : 'no',
|
resultHeader ? resultHeader.textContent.replace(/\D/g, '') : 'no',
|
||||||
' single tests)'
|
' assertions)'
|
||||||
),
|
),
|
||||||
passed: passed,
|
passed: passed,
|
||||||
failed: Math.max(0, document.querySelectorAll('.fail').length - 1),
|
failed: Math.max(0, document.querySelectorAll('.fail').length - 1),
|
||||||
|
Loading…
Reference in New Issue
Block a user