gruntjs / grunt-contrib-jasmine

Run jasmine specs headlessly through Headless Chrome

Home Page:http://gruntjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't find variable Set

anantha1995 opened this issue · comments

var a = new Set()
causes an error in this line

Well found out the reason.Seems phantomjs does not support es6.