Feature/jest2 (#322)

* Adding more tests
* adding jest
* fixing tests
* fixing linting
* removing 1 slash less
* fixing more tests
* fixing last test
* more last fixes
This commit is contained in:
Daan Verstraten
2024-11-09 10:08:30 +01:00
committed by GitHub
parent b788f118ff
commit 8e59f63167
39 changed files with 8224 additions and 1158 deletions

View File

@@ -1,18 +1,24 @@
{
"tiers": [
{
"trades": [
"total_exp_required": 5,
"groups": [
{
"wants": [
"num_to_select": 2,
"trades": [
{
"item": "minecraft:wheat",
"quantity": {
"min": 18,
"max": 22
}
"wants": [
{
"item": "minecraft:wheat",
"quantity": {
"min": 18,
"max": 22
}
}
],
"gives": [{ "item": "minecraft:emerald" }]
}
],
"gives": [{ "item": "minecraft:emerald" }]
]
}
]
}