1.0.3 • Published 7 years ago

gulp-elm-test v1.0.3

Weekly downloads
29
License
MIT
Repository
github
Last release
7 years ago

gulp-elm-test

Gulp plugin for running elm-test.

Install

$ npm install --save-dev gulp-elm-test

Usage

const gulp = require('gulp');
const elmTest = require('gulp-elm-test');

gulp.task('test', () => {
  return gulp.src('test/*Test.elm')
    .pipe(elmTest());
});
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago