Add unit test runner for autocompletion
This commit is contained in:
parent
d822fd5322
commit
af4cbaf751
15 changed files with 236 additions and 12 deletions
|
|
@ -0,0 +1,4 @@
|
|||
[output]
|
||||
expected=[
|
||||
{"display": "autoplay"},
|
||||
]
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
extends Node
|
||||
|
||||
var test: AnimationPlayer = $AnimationPlayer
|
||||
|
||||
func _ready():
|
||||
test.➡
|
||||
Loading…
Add table
Add a link
Reference in a new issue