Searched refs:filteredModules (Results 1 – 2 of 2) sorted by relevance
25 …let filteredModules = cxxBridge.filterModuleList([RCTAllowModule.self, NotAllowModule.self, ExpoBr… in spec() variable27 expect(filteredModules.count).to(equal(2)) in spec()28 expect(filteredModules[0]).to(be(RCTAllowModule.self)) in spec()29 expect(filteredModules[1]).to(be(ExpoBridgeModuleAbc.self)) in spec()
22 let filteredModules = cxxBridge.filterModuleList([RCTAllowModule.self, NotAllowModule.self]) in spec() variable24 expect(filteredModules.count).to(equal(1)) in spec()25 expect(filteredModules.first).to(be(RCTAllowModule.self)) in spec()