Add tests to Twitch User/Channel name strip functions (#3568)

This commit is contained in:
pajlada
2022-02-12 15:06:47 +01:00
committed by GitHub
parent b2fa7b1d94
commit fb9c3ad42b
5 changed files with 193 additions and 26 deletions
+1
View File
@@ -14,6 +14,7 @@ set(test_SOURCES
${CMAKE_CURRENT_LIST_DIR}/src/Helpers.cpp
${CMAKE_CURRENT_LIST_DIR}/src/RatelimitBucket.cpp
${CMAKE_CURRENT_LIST_DIR}/src/Hotkeys.cpp
${CMAKE_CURRENT_LIST_DIR}/src/UtilTwitch.cpp
# Add your new file above this line!
)