kblincoe / VisualGit_SE701_2019_4

1 stars 0 forks source link

Fix credential service throwing error, fix authentication test. #172

Closed qw closed 5 years ago

qw commented 5 years ago

Fixes #141 , fixes #158.

This is mainly to fix #158 but #141 should be fixed otherwise the test results can show the err.

Note: There seems to be a problem with the electron import in app.module.ts. If you import "electron" the app will run, but both jest and VS Code cannot find module electron. If you import electron-prebuilt instead, the app will not run, but jest will run successfully.

Squashing on merge.