- https://phloose.net
-
Joined on
2021年03月19日
b2ea911ec5
Merge pull request 'Enable pouchdb-adapter-memory for usage in the tests' (#3) from phloose/MyFin:tests into main
38564baf37
Add simple test for the root component
219862c003
Use in-memory adapter for the tests
8dca2b4d0a
Correct param placement when creating concrete transactions
898a7d8e1c
Remove unused event var from signature
0c33b09409
Use correct var when splitting total
3d090c243f
remove console logs
47e5eb9aa8
Remove unused import
WIP: Separate database code from component code
9094510d33
Fix mixed up args for Transaction in createConcreteTransaction
ec4994aa2c
Refactor asynchronous loops in rxdb module
3686c502e3
Add tests for rxdb module
14f7d71fac
Merge branch 'tests' into abstractions
38564baf37
Add simple test for the root component
Enable pouchdb-adapter-memory for usage in the tests
38564baf37
Add simple test for the root component
219862c003
Use in-memory adapter for the tests
6808d3fb82
Add simple test for the root component
5aef025344
Use in-memory adapter for the tests
a157dc2e5d
Fix new members not showing up in the dropdown after adding
6808d3fb82
Add simple test for the root component
5aef025344
Use in-memory adapter for the tests
a157dc2e5d
Fix new members not showing up in the dropdown after adding
f53b129edb
Fix not working 'Nuke' button
fe4e28b4cd
Update type for the options object in MyFinDatabaseAdapter
7dc12eb08d
Move rxdb settings into separate module
bdab90501a
Put rxdb database related code into separate module
Set up testing with jest
I would like to set up und use the pouchdb-adapter-memory only when tests are being run like described above. But i am having trouble to set up detecting if we are in a test environment or a...
Set up testing with jest
__tests__ will be at located at the root of the repository and therefore be separate from the components and ts-modules in the src folder. I personally prefer to have a separate test folder. What...
12fb0b71ad
Fix 'stores' imports
Set up testing with jest
cf38b013a8
Add snapshot resolver
0d78308304
Add fetch mock to the test setup
f3c044b124
Add pouchdb-adapter-memory for testing
ed10b76e38
Setup jest for testing
ed582bad7a
Setup jest for testing
ed582bad7a
Setup jest for testing
0cc7f744b8
Put rxdb database related code into separate module
4c566b25e2
Merge pull request 'Make use of formatters and linters for a consistent code style' (#1) from phloose/MyFin:main into main
Make use of formatters and linters for a consistent code style
9dc32bf920
Apply formatting again
4e76a0c74f
Don't use prettier-eslint for now
f65146c6a7
Fix ultra slow ESLint parsing
d1248bd0e2
Format with prettier-eslint
aaac6e98fe
Add npm tasks 'lint' and 'format'
41a4690812
Add extension recommendations for VSCode
a0415af85d
Add vscode settings
ee92121a8d
Add linting and formatting tools