You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
Add unit test runner for autocompletion
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
[output]
|
||||
expected=[
|
||||
{"display": "autoplay"},
|
||||
]
|
||||
@@ -0,0 +1,6 @@
|
||||
extends Node
|
||||
|
||||
var test: AnimationPlayer = $AnimationPlayer
|
||||
|
||||
func _ready():
|
||||
test.➡
|
||||
Reference in New Issue
Block a user