Skip to content

Commit 6e9c2cc

Browse files
authored
test: move declaration
Signed-off-by: Athan <[email protected]>
1 parent e1106ec commit 6e9c2cc

File tree

1 file changed

+1
-2
lines changed
  • lib/node_modules/@stdlib/_tools/eslint/rules/no-unnecessary-nested-functions/test/fixtures

1 file changed

+1
-2
lines changed

lib/node_modules/@stdlib/_tools/eslint/rules/no-unnecessary-nested-functions/test/fixtures/unvalidated.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@
1919
'use strict';
2020

2121
var unvalidated = [];
22-
var test;
2322

2423
// Function declaration inside IIFE (intentionally isolated):
25-
test = {
24+
var test = {
2625
'code': [
2726
'(function() {',
2827
' function inner() {',

0 commit comments

Comments
 (0)