Skip to content

Commit 7657ff1

Browse files
authored
chore: remove dead code (#197)
1 parent 297ef9f commit 7657ff1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ const TEST_FILE = `${__dirname}/fixtures/_valid.js`
77
test('Smoke test', async (t) => {
88
const { exitCode, stdout, stderr } = await execa('eslint', [TEST_FILE, '--config', ESLINT_CONFIG], {
99
preferLocal: true,
10-
// @todo remove once https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/315 is merged and released
11-
env: { NODE_OPTIONS: '--no-deprecation' },
1210
})
1311
t.is(exitCode, 0)
1412
t.is(stdout.trim(), '')

0 commit comments

Comments
 (0)