elm-explorations / elm-explorations/test

Tests don't run if module name doesn't match file name

Open
#85 1 comment 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.