Fix edge case of one test assembly

This commit is contained in:
Ray Xu 2022-05-06 04:34:02 +00:00 committed by Zach Renner
parent 3608ee03fd
commit 724497a84c
14 changed files with 65 additions and 6 deletions

View file

@ -1,4 +1,9 @@
![Tests passed successfully](https://img.shields.io/badge/tests-833%20passed%2C%206%20skipped-success)
<details><summary>Expand for details</summary>
|Report|Passed|Failed|Skipped|Time|
|:---|---:|---:|---:|---:|
|fixtures/external/mocha/mocha-test-results.json|833:white_check_mark:||6:warning:|6s|
## :white_check_mark: <a id="user-content-r0" href="#r0">fixtures/external/mocha/mocha-test-results.json</a>
**839** tests were completed in **6s** with **833** passed, **0** failed and **6** skipped.
|Test suite|Passed|Failed|Skipped|Time|
@ -1428,4 +1433,5 @@ lib/utils type() when toString on null or undefined stringifies window
:white_check_mark: should recognize null and undefined
lib/utils uniqueID()
:white_check_mark: should return a non-empty string
```
```
</details>