describe('collectionFaults()', () => {
it('return shelving afected', async() => {
let val = 2;
expect(val).toBeGreaterThan(1);
});