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

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago