diff options
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -12,7 +12,9 @@ defmodule Locusts.MixProject do name: "Locusts", description: "A BEAM library that introduces locusts into your codebase.", source_url: "https://github.com/locusts-r-us/locusts", - test_paths: ["tests/"] + test_paths: ["tests"], + elixirc_paths: ["src"], + ] end |