+4
−136
+3
−115
jest.config.js
0 → 100644
+3
−0
+5025
−17
File changed.
Preview size limit exceeded, changes collapsed.
+8
−3
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "github-readme-stats",
|
||
"version": "1.0.0",
|
||
"description": "",
|
||
"description": "Dynamically generate stats for your github readmes",
|
||
"main": "index.js",
|
||
"scripts": {
|
||
"test": "echo \"Error: no test specified\" && exit 1"
|
||
"test": "jest",
|
||
"test:watch": "jest --watch"
|
||
},
|
||
"author": "Anurag Hazra",
|
||
"license": "MIT",
|
||
"devDependencies": {
|
||
"axios": "^0.19.2"
|
||
"@testing-library/dom": "^7.20.0",
|
||
"@testing-library/jest-dom": "^5.11.0",
|
||
"axios": "^0.19.2",
|
||
"axios-mock-adapter": "^1.18.1",
|
||
"jest": "^26.1.0"
|
||
},
|
||
"dependencies": {
|
||
"dotenv": "^8.2.0"
|
||
Loading