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

21
tests/node_modules/is-callable/.editorconfig generated vendored Normal file
View File

@@ -0,0 +1,21 @@
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 150
[CHANGELOG.md]
indent_style = space
indent_size = 2
max_line_length = off
[*.json]
max_line_length = off
[Makefile]
max_line_length = off