Last active
September 7, 2018 02:22
-
-
Save dschinkel/15f1e0735aee3678adba8cf05d856a14 to your computer and use it in GitHub Desktop.
Example of Setting up elm-test-bdd-style and getting it talking to an Elm Module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "1.0.0", | |
"summary": "minMax TDD Kata", | |
"repository": "https://github.com/dschinkel/elm-minmax-kata.git", | |
"license": "MIT", | |
"source-directories": [ | |
"tests" | |
], | |
"exposed-modules": [ | |
"Example" | |
], | |
"dependencies": { | |
"elm-community/elm-test": "4.0.0 <= v < 5.0.0", | |
"elm-lang/core": "5.0.0 <= v < 6.0.0", | |
"rogeriochaves/elm-test-bdd-style": "6.1.0 <= v < 7.0.0" | |
}, | |
"elm-version": "0.18.0 <= v < 0.19.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment