mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-23 22:37:41 +08:00
Fix intellisense tests
This commit is contained in:
parent
f633748b37
commit
d4817542ed
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ defmodule Livebook.IntellisenseTest do
|
|||
end
|
||||
end
|
||||
|
||||
setup do
|
||||
Intellisense.clear_cache(node())
|
||||
:ok
|
||||
end
|
||||
|
||||
describe "format_code/1" do
|
||||
test "formats valid code" do
|
||||
assert %{code: "1 + 1", code_markers: []} = Intellisense.format_code("1+1")
|
||||
|
|
Loading…
Reference in a new issue