* some basic tests

* corrected svg which didn't pass tests

* Updated apple_music.svg

* corrected offset=0

* updated README.md
This commit is contained in:
Jonathan
2020-11-08 12:42:38 +01:00
committed by GitHub
parent d93875eb31
commit 0f21dd68a1
13 changed files with 963 additions and 19 deletions

View File

@@ -37,6 +37,12 @@
"url": "https://opencollective.com/SuperTinyIcons"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha --timeout 5000",
"postinstall": "opencollective-postinstall || true"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.2.0",
"node-fetch": "^2.6.1"
}
}