diff options
| author | Ben Busby <noreply+git@benbusby.com> | 2021-10-26 00:23:31 -0600 |
|---|---|---|
| committer | Ben Busby <noreply+git@benbusby.com> | 2021-10-26 00:23:31 -0600 |
| commit | e87973c5e5c3c2091a1bf2b69f5adf40f48ffde7 (patch) | |
| tree | 8df64e9a8f3beca98306012eef1a80a989ca1dee /mix.exs | |
| parent | d7a425509e0ac50884c3b053b74b0a5fd294b7fb (diff) | |
| download | farside-e87973c5e5c3c2091a1bf2b69f5adf40f48ffde7.tar.gz | |
Add basic router test
Obviously going to be expanded upon by quite a bit, but just wanted to
get started with basic testing sooner rather than later.
Diffstat (limited to 'mix.exs')
| -rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -defmodule RouterExample.MixProject do +defmodule PrivacyRevolver.MixProject do use Mix.Project def project do |
