mirror of
https://github.com/maxswa/osrs-json-hiscores.git
synced 2025-10-15 10:19:04 +00:00
Add tests
This commit is contained in:
11
package.json
11
package.json
@@ -4,8 +4,7 @@
|
||||
"description": "The Oldschool Runescape API wrapper that does more!",
|
||||
"main": "hiscores.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node hiscores.js"
|
||||
"test": "jest"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -26,5 +25,11 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/maxswa/osrs-json-hiscores/issues"
|
||||
},
|
||||
"homepage": "https://github.com/maxswa/osrs-json-hiscores#readme"
|
||||
"homepage": "https://github.com/maxswa/osrs-json-hiscores#readme",
|
||||
"dependencies": {
|
||||
"axios": "^0.19.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest": "^24.8.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user