[MIRROR] Make unit tests visible to linter and IDE (#2006)

* Make unit tests visible to linter and IDE (#55270)

* Make unit tests visible to linter and IDE

Co-authored-by: Tad Hardesty <tad@platymuus.com>
This commit is contained in:
SkyratBot
2020-12-02 07:51:28 +00:00
committed by GitHub
co-authored by Tad Hardesty
parent ad8a11b984
commit 7ea03fcebc
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
//include unit test files in this module in this ifdef
//Keep this sorted alphabetically
#ifdef UNIT_TESTS
#if defined(UNIT_TESTS) || defined(SPACEMAN_DMM)
/// Asserts that a condition is true
/// If the condition is not true, fails the test
@@ -56,3 +56,4 @@
/datum/unit_test/reagent_mob_expose/Destroy()
SSmobs.ignite()
return ..()