Skip to content

Commit 057c569

Browse files
committed
add test back
1 parent 46e6668 commit 057c569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ModalManagerSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ describe('ModalManager', ()=> {
183183
expect(container.style.overflow).to.equal('hidden');
184184
});
185185

186-
xit('should respect handleContainerOverflow', ()=>{
186+
it('should respect handleContainerOverflow', ()=>{
187187
let modal = new Modal({});
188188

189189
expect(container.style.overflow).to.equal('');

0 commit comments

Comments
 (0)