elm-explorations / elm-explorations/test
Tests don't run if module name doesn't match file name
Open
- Dominant language
- Elm
- Stars
- 244
- Forks
- 40
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 2
Description
If you have a file like `tests/Foo/BarSpec.elm` but that file starts with `module BarSpec` then the tests defined in it won't run. Changing the file to start with `module Foo.BarSpec` runs the tests as expected.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.