mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-23 07:19:50 -04:00
update readme and put test back
This commit is contained in:
parent
c1118b2787
commit
1ad7fb157c
@ -51,12 +51,11 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C
|
||||
- Test note search
|
||||
- remove old ionic project
|
||||
- setup CI/CD
|
||||
- Edit card query
|
||||
|
||||
## Optionally for Future
|
||||
|
||||
- Edit card query
|
||||
- Swipe to close
|
||||
- Change Card Qry option in drop down
|
||||
- Settings for theme
|
||||
- Custom Colors for Light/Dark modes
|
||||
- Dark / Light / NightLight Mode
|
||||
|
@ -269,7 +269,7 @@ describe('AppService Reducer', () => {
|
||||
expect(testState.savedPages).toBe(savedPages, 'Failed to update the savedPages array');
|
||||
expect(testState.savedPages.value.length).toBe(1, 'Updated savedPages is the wrong length');
|
||||
expect(testState.savedPages.value[0].queries.length).toBe(
|
||||
1,
|
||||
2,
|
||||
'Updated savedPages first object has the wrong number of queries'
|
||||
);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user