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:
committed by
Juan Picado @jotadeveloper
parent
c667bea33b
commit
6afc2c0e54
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user