it('三三ᕕ( ᐛ )ᕗ should check if setAllowedExtensions throws an error when array is empty', (done) => {
                try {
                    Builder.setAllowedResolutions();
                } catch (e) {
                    expect(e.message).to.be.eq('RESOLUTIONS_ARRAY_REQUIRED');