Commit Graph

10 Commits

Author SHA1 Message Date
Mikhail Zolotukhin
13b1987ee0 test: add a few basic tests with mocks
Tests directory probably will be used for integration tests.
2021-09-16 18:25:18 +03:00
Mikhail Zolotukhin
a9486def57 refactor: create a better setTimeout function 2021-09-10 23:46:07 +03:00
Mikhail Zolotukhin
caa1d25858 feat: add jest as unit testing framework
arstarst
2021-09-04 22:38:48 +03:00
Mikhail Zolotukhin
3e7f3d39b5 feat: add basic husky hook 2021-09-04 20:33:52 +03:00
Mikhail Zolotukhin
b88d0b768d build: 📝 use SPDX statements for licencing 2021-09-04 18:22:29 +03:00
Mikhail Zolotukhin
07de0aa5a4 feat: rename ocurencies of krohnkite to bismuth 2021-08-28 19:18:28 +03:00
Mikhail Zolotukhin
50bd6aea61 refactor: use prettier 2021-08-28 00:22:22 +03:00
Eon S. Jeon
abe94bd256 use contexts instead of shoving dependencies
This is a much nicer way to control access to data and functions than
directly passing whole objects. Public-private simply doesn't work, and
it feels awkward to pass around whole layer internally.
2019-12-20 21:25:09 +09:00
Eon S. Jeon
33d2206d41 rename IDriverContext to ISurface
The name is also misleading, and will be reused for another class.
2019-12-20 20:52:16 +09:00
Eon S. Jeon
588ec48269 add testing facility to the project 2019-04-03 23:57:45 +09:00