phloose pushed to main at phloose/MyFin 2021年03月30日 11:00:02 +02:00
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
Compare 3 commits »
phloose pushed to main at phloose/MyFin 2021年03月28日 23:20:26 +02:00
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
Compare 16 commits »
phloose created pull request arran/MyFin#4 2021年03月28日 19:52:36 +02:00
WIP: Separate database code from component code
phloose pushed to abstractions at phloose/MyFin 2021年03月28日 19:50:12 +02:00
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
Compare 6 commits »
phloose created pull request arran/MyFin#3 2021年03月28日 17:48:30 +02:00
Enable pouchdb-adapter-memory for usage in the tests
phloose pushed to tests at phloose/MyFin 2021年03月28日 17:44:08 +02:00
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
Compare 9 commits »
phloose pushed to tests at phloose/MyFin 2021年03月25日 18:29:18 +01:00
6808d3fb82 Add simple test for the root component
5aef025344 Use in-memory adapter for the tests
phloose pushed to abstractions at phloose/MyFin 2021年03月25日 18:29:18 +01:00
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
Compare 12 commits »
phloose commented on pull request arran/MyFin#2 2021年03月25日 13:34:49 +01:00
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...

phloose commented on pull request arran/MyFin#2 2021年03月25日 13:11:59 +01:00
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...

phloose pushed to testing at phloose/MyFin 2021年03月25日 12:14:53 +01:00
12fb0b71ad Fix 'stores' imports
phloose created pull request arran/MyFin#2 2021年03月25日 12:14:14 +01:00
Set up testing with jest
phloose pushed to testing at phloose/MyFin 2021年03月25日 11:41:33 +01:00
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
Compare 5 commits »
phloose pushed to testing at phloose/MyFin 2021年03月24日 20:12:29 +01:00
ed582bad7a Setup jest for testing
phloose pushed to abstractions at phloose/MyFin 2021年03月24日 14:36:33 +01:00
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
phloose created pull request arran/MyFin#1 2021年03月23日 23:39:58 +01:00
Make use of formatters and linters for a consistent code style
phloose pushed to main at phloose/MyFin 2021年03月23日 23:35:39 +01:00
9dc32bf920 Apply formatting again
4e76a0c74f Don't use prettier-eslint for now
f65146c6a7 Fix ultra slow ESLint parsing
Compare 3 commits »
phloose pushed to main at phloose/MyFin 2021年03月23日 18:36:20 +01:00
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
Compare 9 commits »
phloose created repository phloose/MyFin 2021年03月19日 22:08:27 +01:00