describe(".filters(...options)", () => {
        it("should be called during construction", () => {
            filterSpy.called.should.be.true;
        });