1.0.3 • Published 8 years ago

gulp-elm-test v1.0.3

Weekly downloads
29
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago