lakewood/addons/dialogic-main/Tests/Unit/test_example.gd
2024-09-25 17:04:33 -04:00

10 lines
212 B
GDScript

class_name GdUnitExampleTest
extends GdUnitTestSuite
func test_example() -> void:
const EXAMPLE_STRING := "Dialogic!"
assert_str(EXAMPLE_STRING)\
.has_length(EXAMPLE_STRING.length())\
.starts_with("Dia")