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
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)
> 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
The text was updated successfully, but these errors were encountered:
Found in halohalospecial/atom-elmjutsu#131 (comment)
In Windows
These pattens do not work. Tested from PowerShell.
This works:
In Linux (Windows Subsystem of Linux, same machine)
Not works:
Work:
The text was updated successfully, but these errors were encountered: