JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8418
  • Score
    100M100P100Q125961F
  • License MIT

Run Jasmine tests

Package Exports

  • gulp-jasmine

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gulp-jasmine) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

gulp-jasmine Build Status

Run Jasmine tests with minijasminenode

Issues with the output should be reported on the minijasminenode issue tracker.

Install

Install with npm

npm install --save-dev gulp-jasmine

Example

var gulp = require('gulp');
var jasmine = require('gulp-jasmine');

gulp.task('default', function () {
    gulp.src('spec/test.js')
        .pipe(jasmine());
});

API

jasmine(options)

License

MIT © Sindre Sorhus