Adding ES6

This commit is contained in:
Jason House
2020-08-27 23:14:15 +09:00
parent 0d8be1692b
commit f5e9d34db6
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{
"esversion": 6
}

View File

@@ -1,3 +1,4 @@
/*jshint esversion: 6 */
import {CYPRESS_VALUES, nuke} from "../common";
describe('Check PushOver Notification Agent', function () {