Skip to content

Commit f147c59

Browse files
committed
fix lint error
Signed-off-by: Balakrishna Avulapati <ba@bavulapati.com>
1 parent 043213e commit f147c59

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/js-native-api/test_string/test_v10.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ if (Number(napiVersion) < 10) {
88
}
99

1010
const test_string_v10 = loadAddon("test_string_v10");
11-
// The insufficient buffer test case allocates a buffer of size 4, including
12-
// the null terminator.
13-
const kInsufficientIdx = 3;
1411

1512
const asciiCases = [
1613
"",

0 commit comments

Comments
 (0)