Skip to content

Commit 2fba7ea

Browse files
committed
chore: lint hint
1 parent d6184dc commit 2fba7ea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/loop-protect.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-env node, jest */
12
const Babel = require('babel-standalone');
23
Babel.registerPlugin('loopProtection', require('../lib')(100));
34
const assert = e => console.assert(e);

test/non-jsbin.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-env node, jest */
12
const Babel = require('babel-standalone');
23
Babel.registerPlugin('loopProtection', require('../lib')(100));
34
const assert = e => console.assert(e);

0 commit comments

Comments
 (0)