mirror of
https://github.com/twitter/twemoji.git
synced 2024-11-02 02:29:54 +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
|
||||
total: ''.concat(
|
||||
passed,
|
||||
' blocks (',
|
||||
' tests (',
|
||||
resultHeader ? resultHeader.textContent.replace(/\D/g, '') : 'no',
|
||||
' single tests)'
|
||||
' assertions)'
|
||||
),
|
||||
passed: passed,
|
||||
failed: Math.max(0, document.querySelectorAll('.fail').length - 1),
|
||||
|
Loading…
Reference in New Issue
Block a user