Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/react-global-configuration/gulp/test.js

/**
 * Gulp Task: test
 * Purpose: run all the tests
 */

import gulp from 'gulp';
import shell from "gulp-shell";

gulp.task('test', shell.task([
    'cross-env NODE_ENV=test nyc mocha test/**/*.test.*',
]));
Back to Directory File Manager