restore PS xit tests (#3173)

This commit is contained in:
Eugenio Romano
2018-04-11 17:23:56 +01:00
committed by GitHub
parent 38de016893
commit 8b4af90b46
6 changed files with 22 additions and 64 deletions

View File

@@ -176,7 +176,7 @@ describe('PeopleComponent', () => {
});
});
xit('should return an empty list for not valid search', (done) => {
it('should return an empty list for not valid search', (done) => {
activitiPeopleComponent.peopleSearch$.subscribe((users) => {
expect(users.length).toBe(0);
done();