mathiasbynens / base64

A robust base64 encoder/decoder that is fully compatible with `atob()` and btoa()`, written in JavaScript.
https://mths.be/base64
MIT License
513 stars 100 forks source link

Test cases are not running #16

Open ossdev07 opened 6 years ago

ossdev07 commented 6 years ago

Hi,

I am trying to run the test cases with npm on my system, and each item I am facing this issue, the system does not proceed further from this.

root@a213ad56268a:/shreya/base64# npm test

> base-64@0.1.0 test /shreya/base64
> node tests/tests.js

Please wait.

I have look into the issue, the error is coming the quint-extras.js file present in node_modules/qunit-extras/qunit-extras.js directory. Quint-extras is one of the dev dependencies of the package.

Please suggest what can be done to resolve the error.

Envirnonment - 1- npm version 6.4.1 2- node version v10.8.0

ossdev07 commented 6 years ago

Hi @mathiasbynens

Please have a look at the issue.

If any more information required for it, let me know, it will be a delight to run the test cases.

Thanks,