1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-19 01:25:51 +07:00

build: updated typescript to 3.5.2 (#91)

This commit is contained in:
Thomas Klein
2019-07-09 10:48:00 +02:00
committed by Juan Picado @jotadeveloper
parent c667bea33b
commit 6afc2c0e54
5 changed files with 8 additions and 10 deletions

View File

@@ -71,7 +71,6 @@ describe('App', () => {
await handleDoLogin('sam', '1234');
const result = {
username: 'sam',
token: 'TEST_TOKEN',
};
expect(wrapper.state('isUserLoggedIn')).toBeTruthy();
expect(wrapper.state('showLoginModal')).toBeFalsy();