Added some tests

This commit is contained in:
2021-06-23 22:30:45 +02:00
parent 24f897e907
commit 3d3d7fae48
3796 changed files with 218744 additions and 3 deletions

8
tests/node_modules/for-each/test/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"rules": {
"array-bracket-newline": 0,
"array-element-newline": 0,
"max-statements-per-line": 0,
"no-magic-numbers": 0,
}
}