Skip to content

Instantly share code, notes, and snippets.

@dschinkel
Last active September 7, 2018 02:22
Show Gist options
  • Save dschinkel/15f1e0735aee3678adba8cf05d856a14 to your computer and use it in GitHub Desktop.
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
{
"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