Skip to content

Commit 5c94b5d

Browse files
committed
add ex_unit plt
1 parent bab629a commit 5c94b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defmodule ElixirLS.Mixfile do
1111
deps: deps(),
1212
elixir: ">= 1.11.0",
1313
dialyzer: [
14-
plt_add_apps: [:dialyxir_vendored, :debugger, :dialyzer],
14+
plt_add_apps: [:dialyxir_vendored, :debugger, :dialyzer, :ex_unit],
1515
flags: [
1616
# enable only to verify error handling
1717
# :unmatched_returns,

0 commit comments

Comments
 (0)