aboutsummaryrefslogtreecommitdiff
path: root/test/functional/editor/runtime_spec.lua
Commit message (Collapse)AuthorAge
* refactor(test): move runtime_spec.lua to editor/ #32919Justin M. Keyes2025-03-16
Problem: The `lua/` tests dir is for Lua stdlib tests. It is not for anything that randomly happens to be implemented with Lua. Solution: Move `lua/runtime_spec.lua` to `editor/runtime_spec.lua`.