Adds section in CONTRIBUTING.md to document how to run tests. Also, fixes some markdown linting warnings. And fixes the launch config for running unit tests.
8 lines
155 B
INI
8 lines
155 B
INI
[*.{ts,tsx,css,js,json}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|