gulp-jest Questions

1

Solved

I want to test a quite simple JS function export function displaySpinner() { const loadingOverlayDOM = document.createElement('DIV'); const spinner = document.createElement('IMG'); loadingOver...
Homeopathic asked 23/8, 2017 at 7:31

1

Solved

I want to use jest.runCLI() in gulp for executing only a changed test. How can I do this? How can I run just one test with jest.runCLI()?
Lodgings asked 10/11, 2015 at 15:41

2

Solved

I get the following error when running gulp test: Error: Please run node with the --harmony flag! Here is my gulp task: var jest = require('gulp-jest'); gulp.task('test', function() { return ...
Harvester asked 4/2, 2015 at 7:29
1

© 2022 - 2024 — McMap. All rights reserved.