diff options
| author | Arnaud Bailly <arnaud.bailly@iohk.io> | 2024-10-11 15:09:29 +0200 |
|---|---|---|
| committer | Arnaud Bailly <arnaud.bailly@iohk.io> | 2024-10-11 15:09:29 +0200 |
| commit | 3363ab2da764825558c859f4419ff99528ed2274 (patch) | |
| tree | db5f1c71a3fe5cea64bc84c34fefe960961d3179 /elixir/test_helper.exs | |
| parent | 8094716f7c9a3d9f2886132e7419b377abb97b3b (diff) | |
| download | lambda-nantes-3363ab2da764825558c859f4419ff99528ed2274.tar.gz | |
Add elixir code
Diffstat (limited to 'elixir/test_helper.exs')
| -rw-r--r-- | elixir/test_helper.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elixir/test_helper.exs b/elixir/test_helper.exs new file mode 100644 index 0000000..869559e --- /dev/null +++ b/elixir/test_helper.exs @@ -0,0 +1 @@ +ExUnit.start() |
