Files
Yogstation/_maps/runtimestation.json
John Willard 74fcaf2af6 Updates unit testing (+ adds some new ones) (#19186)
* Updates our unit testing to be much better than it is now

Updates our unit testing to somewhat more functional ones ported from TG
I also added 2 new unit tests to serve as examples, mapping and job landmarks.

* Revert some minor things

* Fixes the log file

* Update unit_tests.dm

* adds a missing icon

* additional changes
2023-06-13 19:49:40 -05:00

12 lines
238 B
JSON

{
"map_name": "Runtime Station",
"map_path": "map_files/debug",
"map_file": "runtimestation.dmm",
"ignored_unit_tests": [
"/datum/unit_test/job_roundstart_spawnpoints"
],
"shuttles": {
"cargo": "cargo_delta"
}
}