Skip to content

Commit d0e4fb3

Browse files
committed
Remove legacy eslint-env comments
1 parent bec8d8e commit d0e4fb3

6 files changed

Lines changed: 0 additions & 6 deletions

File tree

test/push-notifications/basic.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-env mocha */
21
import path from 'path';
32
import chai from 'chai';
43
import dirtyChai from 'dirty-chai';

test/send/sendADM.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-env mocha */
21
import { expect } from 'chai';
32
import sinon from 'sinon';
43
import adm from 'node-adm';

test/send/sendFCM.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-env mocha */
21
import { expect } from 'chai';
32
import sinon from 'sinon';
43
import { Messaging as fbMessaging } from 'firebase-admin/messaging';

test/send/sendWEB.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-env mocha */
21
import { expect } from 'chai';
32
import sinon from 'sinon';
43
import webpush from 'web-push';

test/send/sendWNS-accessToken.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-env mocha */
21
import { expect } from 'chai';
32
import sinon from 'sinon';
43
import wns from 'wns';

test/send/sendWNS.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-env mocha */
21
import { expect } from 'chai';
32
import sinon from 'sinon';
43
import wns from 'wns';

0 commit comments

Comments
 (0)