task completed
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
__tests__/index.test.js
0 → 100644
coverage/clover.xml
0 → 100644
coverage/coverage-final.json
0 → 100644
445 Bytes
This diff is collapsed.
138 Bytes
coverage/lcov.info
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | ||
"name": "gap-task", | ||
"version": "1.0.0", | ||
"description": "# starting of project # Locally Run index.html file from folder. # In IDE Run index.html in live server.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "jest --watchAll", | ||
"coverage": "jest --coverage" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@types/jest": "^29.5.12", | ||
"jest": "^29.7.0" | ||
}, | ||
"devDependencies": { | ||
"jsdom": "^24.0.0" | ||
}, | ||
"jest": { | ||
"coveragePathIgnorePatterns": ["/node_modules/","/styles/","package.json","package-lock.json"] | ||
} | ||
} |
src/index.js
0 → 100644
styles/style.css
0 → 100644