update readme and put test back

This commit is contained in:
Jason Wall 2020-08-09 14:00:01 -04:00
parent c1118b2787
commit 1ad7fb157c
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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'
);
});