add test watch

mix.lock
This commit is contained in:
Caleb Webber 2023-12-02 02:13:48 -05:00
parent 4c58c68173
commit fc5f461fe3
2 changed files with 5 additions and 0 deletions

View file

@ -23,6 +23,7 @@ defmodule Aoc.MixProject do
[ [
# {:dep_from_hexpm, "~> 0.3.0"}, # {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"} # {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
{:mix_test_watch, "~> 1.0", only: [:dev, :test], runtime: false}
] ]
end end
end end

4
mix.lock Normal file
View file

@ -0,0 +1,4 @@
%{
"file_system": {:hex, :file_system, "0.2.10", "fb082005a9cd1711c05b5248710f8826b02d7d1784e7c3451f9c1231d4fc162d", [:mix], [], "hexpm", "41195edbfb562a593726eda3b3e8b103a309b733ad25f3d642ba49696bf715dc"},
"mix_test_watch": {:hex, :mix_test_watch, "1.1.1", "eee6fc570d77ad6851c7bc08de420a47fd1e449ef5ccfa6a77ef68b72e7e51ad", [:mix], [{:file_system, "~> 0.2.1 or ~> 0.3", [hex: :file_system, repo: "hexpm", optional: false]}], "hexpm", "f82262b54dee533467021723892e15c3267349849f1f737526523ecba4e6baae"},
}