Skip to content

Commit f94280c

Browse files
authored
test: move declaration
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 8641735 commit f94280c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • lib/node_modules/@stdlib/_tools/eslint/rules/no-error-string-concat/test/fixtures

lib/node_modules/@stdlib/_tools/eslint/rules/no-error-string-concat/test/fixtures/invalid.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 invalid = [];
22-
var test;
2322

2423
// Simple string concatenation in Error:
25-
test = {
24+
var test = {
2625
'code': 'throw new Error( \'invalid argument. Value: `\' + value + \'`.\' );',
2726
'errors': [
2827
{

0 commit comments

Comments
 (0)