Add jest and puppeteer for testing

This commit is contained in:
Peter Maquiran
2021-07-10 08:45:51 +01:00
parent 85a6d175dc
commit 451cfaa229
15 changed files with 7372 additions and 44 deletions
+13
View File
@@ -0,0 +1,13 @@
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false