Skip to content

test(logger): add unit tests with most important scenarios and features #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 29 commits into from
Jun 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
2c8e0eb
test(logger): Logger class, logger function
saragerion May 14, 2021
7f4a6c4
build(deps-dev): bump @types/node from 14.14.37 to 15.0.3 (#50)
dependabot[bot] May 15, 2021
b48a271
build(deps-dev): bump @types/node from 15.0.3 to 15.3.0 (#53)
dependabot[bot] May 19, 2021
a06152a
build(deps-dev): bump @typescript-eslint/eslint-plugin (#54)
dependabot[bot] May 19, 2021
d54a1f5
build(deps-dev): bump @typescript-eslint/parser from 4.23.0 to 4.24.0…
dependabot[bot] May 19, 2021
ea28e0d
build(deps-dev): bump @types/node from 15.3.0 to 15.3.1 (#56)
dependabot[bot] May 20, 2021
b52a416
build(deps-dev): bump eslint from 7.26.0 to 7.27.0 (#57)
dependabot[bot] May 25, 2021
d827915
build(deps-dev): bump ts-node from 9.1.1 to 10.0.0 (#58)
dependabot[bot] May 25, 2021
c3b0a86
build(deps-dev): bump @types/lodash from 4.14.169 to 4.14.170 (#60)
dependabot[bot] May 25, 2021
b6f7fe9
build(deps-dev): bump @typescript-eslint/parser from 4.24.0 to 4.25.0…
dependabot[bot] May 25, 2021
900f861
build(deps-dev): bump @types/node from 15.3.1 to 15.6.1 (#61)
dependabot[bot] May 25, 2021
665cf63
chore: upgrade outdated dependancies
May 25, 2021
266980a
build(deps-dev): bump typescript from 4.2.4 to 4.3.2 (#66)
dependabot[bot] Jun 1, 2021
2a3456a
build(deps-dev): bump @typescript-eslint/parser from 4.25.0 to 4.26.0…
dependabot[bot] Jun 1, 2021
ab94141
build(deps-dev): bump @typescript-eslint/eslint-plugin (#69)
dependabot[bot] Jun 1, 2021
6413429
chore: dependancies upgrade (#70)
alan-churley Jun 1, 2021
1a6b378
chore: increase version of WS dependancy (#71)
alan-churley Jun 1, 2021
e2efc44
Upgrading deps
Jun 7, 2021
3230b43
build(deps-dev): bump jest from 26.6.3 to 27.0.4 (#73)
dependabot[bot] Jun 7, 2021
731e4d6
build(deps-dev): bump @types/node from 15.12.1 to 15.12.2 (#79)
dependabot[bot] Jun 8, 2021
d6791cc
build(deps-dev): bump @typescript-eslint/eslint-plugin (#78)
dependabot[bot] Jun 8, 2021
ade63da
build(deps-dev): bump @typescript-eslint/parser from 4.26.0 to 4.26.1…
dependabot[bot] Jun 8, 2021
06fe028
test(logger): improved scenario's structure and coverage
saragerion Jun 9, 2021
8394fb3
test(logger): addd scenarios for Logger, EnvironmentVariableService, …
saragerion Jun 9, 2021
c7b7981
test(logger): Logger class, logger function
saragerion May 14, 2021
588a46f
chore: merge
saragerion Jun 9, 2021
aaeaf23
test(logger): addd scenarios for Logger, EnvironmentVariableService, …
saragerion Jun 9, 2021
71049e4
chore: security audit fix
saragerion Jun 9, 2021
6f9e8da
chore: merge with origin
saragerion Jun 9, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
3 changes: 0 additions & 3 deletions commitlint.config.js

This file was deleted.

Loading