Merge pull request #3878 from nurbek91/Karma.js

Add Karma / JS library
main
Elbert Alias 4 years ago committed by GitHub
commit 225fc00421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,4 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19.3335 20.962L24.2392 28.2803H31.9946L23.2058 15.295L19.3335 20.962ZM3.69934 24.886L7.29134 21.5022L13.0341 28.2803L9.34759 14.6836L6.23509 19.8038L3.69934 24.886" fill="#429F87"/>
<path d="M3.69932 24.8858L9.34757 14.6833L5.75657 18.0688L0.0128174 11.2903L3.69932 24.8858ZM31.2551 3.71191H23.4997L18.7498 10.7299V3.71191H11.6359V10.9905L15.4289 24.9698L16.3128 28.2802H18.7498V22.1379L31.2551 3.71191Z" fill="#56C5A8"/>
</svg>

After

Width:  |  Height:  |  Size: 535 B

@ -9581,6 +9581,20 @@
"scripts": "cdn\\.mykamva\\.ir", "scripts": "cdn\\.mykamva\\.ir",
"website": "https://kamva.ir" "website": "https://kamva.ir"
}, },
"Karma": {
"cats": [
59
],
"description": "Karma is a test runner for JavaScript that runs on Node.js.",
"implies": "Node.js",
"icon": "Karma.svg",
"js": {
"karma.vars.version": "(.+)\\;version:\\1"
},
"scripts": "karma\\.mdpcdn\\.com",
"oss": true,
"website": "https://karma-runner.github.io"
},
"Kemal": { "Kemal": {
"cats": [ "cats": [
18, 18,