gruntjs / grunt-contrib-qunit

Run QUnit tests in Headless Chrome.
MIT License
214 stars 105 forks source link

Fix executions with assertions on circular objects #195

Closed vtintillier closed 2 years ago

vtintillier commented 2 years ago

Fixes #193.

Krinkle commented 2 years ago

@vtintillier wrote at issue 193:

Created #195 , but no CLA prompt yet.

Looks like something stopped working. No problem, we can do it manully here.

Developer's Certificate of Origin 1.1 https://developercertificate.org/

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or

(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or

(c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.

(d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.

Please read the above and reply stating whether the above is true in your case. In a nut shell, we are asking whether you wrote the patch yourself and that you are able and willing to release it under the MIT open-source license.

vtintillier commented 2 years ago

Please read the above and reply stating whether the above is true in your case. In a nut shell, we are asking whether you wrote the patch yourself and that you are able and willing to release it under the MIT open-source license.

The above is true, I wrote the patch myself 👍