[MIRROR] adds another unit test, bumps nvmrc (#10019)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-31 20:35:37 -07:00
committed by GitHub
parent bf2c9728fb
commit da74c09c7c
2 changed files with 4 additions and 1 deletions

2
.nvmrc
View File

@@ -1 +1 @@
v20.13.0
v22.11.0

View File

@@ -108,6 +108,9 @@
if(combined_dir in dirs_checked)
bad_tests++
log_unit_test("[bad_msg] Contains multiple wires with same direction on top of each other.")
if(C.dir != SOUTH)
bad_tests++
log_unit_test("[bad_msg] Contains wire with dir set, wires MUST face south, use icon_states.")
dirs_checked.Add(combined_dir)
log_unit_test("[color] wires checked.")