Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

elm-test

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elm-test - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

templates/TestRunner.elm

9

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc