Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "elm-test", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Run elm-test suites.", | ||
"main": "elm-test.js", | ||
"engines" : { | ||
"node" : ">=0.12.0" | ||
"engines": { | ||
"node": ">=0.12.0" | ||
}, | ||
@@ -25,3 +25,3 @@ "scripts": { | ||
"author": "Richard Feldman", | ||
"license": "Apache-2.0", | ||
"license": "BSD-3-Clause", | ||
"bugs": { | ||
@@ -32,2 +32,3 @@ "url": "https://github.com/rtfeldman/node-elm-test/issues" | ||
"dependencies": { | ||
"fs-extra": "0.23.1", | ||
"lodash": "3.9.3", | ||
@@ -34,0 +35,0 @@ "node-elm-compiler": "0.4.0+elm-0.15.1", |
# node-elm-test | ||
Runs [elm-test](https://github.com/deadfoxygrandpa/Elm-Test) suites from Node.js | ||
Install it with `npm install -g elm-test`, then try this after downloading this repository: | ||
## Installation | ||
```bash | ||
cd examples | ||
elm-package install --yes | ||
elm-test Test.elm | ||
npm install -g elm-test | ||
``` | ||
## Usage | ||
```bash | ||
elm-test init # Adds the Elm-Test dependency and creates TestRunner.elm and Tests.elm | ||
elm-test TestRunner.elm # Runs the tests | ||
``` | ||
Then add your tests to Tests.elm. | ||
Also check out [`elm-check`](https://github.com/TheSeamau5/elm-check) for property-based testing via `elm-test`! |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10
19
9796
4
+ Addedfs-extra@0.23.1
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedfs-extra@0.23.1(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedjsonfile@2.4.0(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedrimraf@2.7.1(transitive)
+ Addedwrappy@1.0.2(transitive)