1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-10-02 21:02:03 +00:00

Change the terminology from blocks/tests to tests/assertions

This commit is contained in:
Nathan Downs 2018-06-04 17:44:42 -07:00
parent 4ce90d0c57
commit bb78af38d8

View File

@ -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),