Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test file paths are not recognized properly #316

Open
ymtszw opened this issue Nov 5, 2018 · 0 comments
Open

Test file paths are not recognized properly #316

ymtszw opened this issue Nov 5, 2018 · 0 comments

Comments

@ymtszw
Copy link

ymtszw commented Nov 5, 2018

Found in halohalospecial/atom-elmjutsu#131 (comment)

In Windows

  • nodejs 8.12.0
  • yarn 1.10.1
  • elm-test@0.19.0-beta10, 0.19.0-beta11

These pattens do not work. Tested from PowerShell.

PS D:\Users\Romancer\workspace\elm-spa-example> elm-test make .\tests\RoutingTests.elm
-- NO INPUT --------------------------------------------------------------------

What should I make though? I need more information, like:

    elm make src/Main.elm
    elm make src/This.elm src/That.elm

However many files you give, I will create one JS file out of them.
PS D:\Users\Romancer\workspace\elm-spa-example> elm-test make D:\Users\Romancer\workspace\elm-spa-example\tests\RoutingTests.elm
-- NO INPUT --------------------------------------------------------------------

What should I make though? I need more information, like:

    elm make src/Main.elm
    elm make src/This.elm src/That.elm

However many files you give, I will create one JS file out of them.

This works:

PS D:\Users\Romancer\workspace\elm-spa-example> elm-test make tests\RoutingTests.elm

In Linux (Windows Subsystem of Linux, same machine)

  • nodejs 8.11.4
  • yarn 1.10.1
  • elm-test@0.19.0-beta10, 0.19.0-beta11

Not works:

> elm-test make ./tests/RoutingTests.elm
-- NO INPUT --------------------------------------------------------------------

What should I make though? I need more information, like:

    elm make src/Main.elm
    elm make src/This.elm src/That.elm

However many files you give, I will create one JS file out of them.

Work:

> elm-test make tests/RoutingTests.elm
> elm-test make /mnt/d/Users/Romancer/workspace/elm-spa-example/tests/RoutingTests.elm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant