You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, with a minimal project using the exact same setup as the example in this repo, I get the following warning when running mix gleam.test
The module gleeunit is being imported, but gleeunit, the package it
belongs to, is not a direct dependency of your package.
In a future version of Gleam this may become a compile error.
Run this command to add it to your dependencies:
gleam add gleeunit
The tests run normally since gleeunit is present on my mix dependencies.
Is this to be ignored for now? Or am I missing any setup step?
The text was updated successfully, but these errors were encountered:
Currently, with a minimal project using the exact same setup as the example in this repo, I get the following warning when running
mix gleam.test
The tests run normally since
gleeunit
is present on my mix dependencies.Is this to be ignored for now? Or am I missing any setup step?
The text was updated successfully, but these errors were encountered: