mathiasbynens / mathiasbynens/base64
Test cases are not running
- Dominant language
- JavaScript
- Stars
- 519
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by running npm test and reading tests/tests.js to identify where execution stops after “Please wait.” Then inspect the referenced node_modules/qunit-extras/qunit-extras.js file and the dev-dependency setup. Done means npm test proceeds beyond that point and the test command completes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100