File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1+ v2.1.3:
2+ date: 2019-07-31
3+ changes:
4+ - Fix security deps
5+ - Update Puppeteer
16v2.0.3:
27 date: 2018-11-14
38 changes:
Original file line number Diff line number Diff line change 1- # grunt-contrib-jasmine v2.0.3 [ ![ Build Status: Linux] ( https://travis-ci.org/gruntjs/grunt-contrib-jasmine.svg?branch=master )] ( https://travis-ci.org/gruntjs/grunt-contrib-jasmine ) [ ![ Build Status: Windows] ( https://ci.appveyor.com/api/projects/status/5985958by5rhnh31/branch/master?svg=true )] ( https://ci.appveyor.com/project/gruntjs/grunt-contrib-jasmine/branch/master )
1+ # grunt-contrib-jasmine v2.1.0 [ ![ Build Status: Linux] ( https://travis-ci.org/gruntjs/grunt-contrib-jasmine.svg?branch=master )] ( https://travis-ci.org/gruntjs/grunt-contrib-jasmine ) [ ![ Build Status: Windows] ( https://ci.appveyor.com/api/projects/status/5985958by5rhnh31/branch/master?svg=true )] ( https://ci.appveyor.com/project/gruntjs/grunt-contrib-jasmine/branch/master )
22
33> Run jasmine specs headlessly through Headless Chrome
44
@@ -168,12 +168,6 @@ Default: `false`
168168
169169Display a list of all failed tests and their failure messages
170170
171- #### options.allowFileAccess
172- Type: ` Boolean `
173- Default: ` false `
174-
175- Launches puppeteer with --allow-file-access-from-files (Fix Issue https://github.com/gruntjs/grunt-contrib-jasmine/issues/298 )
176-
177171### Flags
178172
179173Name: ` build `
@@ -322,6 +316,7 @@ grunt.initConfig({
322316
323317## Release History
324318
319+ * 2019-07-31 v2.1.3 Fix security deps Update Puppeteer
325320 * 2018-11-14 v2.0.3 [ object Object] Build only should pass if the buildSpecrunner runs without error
326321 * 2018-08-13 v2.0.2 Fix noSandbox option. Fix startTime, and timing issues.
327322 * 2018-05-31 v2.0.1 Use the grunt current working directory to find the jasmine core. Implement options.version. Dependency updates.
@@ -361,4 +356,4 @@ grunt.initConfig({
361356
362357Task submitted by [ Jarrod Overson] ( http://jarrodoverson.com )
363358
364- * This file was generated on Wed Nov 14 2018 17:45:18 .*
359+ * This file was generated on Wed Jul 31 2019 12:27:22 .*
Original file line number Diff line number Diff line change 11{
22 "name" : " grunt-contrib-jasmine" ,
33 "description" : " Run jasmine specs headlessly through Headless Chrome" ,
4- "version" : " 2.0.3 " ,
4+ "version" : " 2.1.0 " ,
55 "author" : {
66 "name" : " Grunt Team" ,
77 "url" : " http://gruntjs.com/"
You can’t perform that action at this time.
0 commit comments