Skip to content

Commit e4006a3

Browse files
remove duplicate spec
1 parent 9aaa9db commit e4006a3

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

spec/ReactTags.spec.js

-16
Original file line numberDiff line numberDiff line change
@@ -418,20 +418,4 @@ describe('React Tags', () => {
418418
expect(input.style.width).toBeFalsy()
419419
})
420420
})
421-
422-
describe('without autoresize', () => {
423-
beforeEach(() => {
424-
createInstance({ autoresize: false })
425-
})
426-
427-
it('does not assign a width to the input', () => {
428-
const input = $('input')
429-
430-
type('hello world')
431-
432-
// As of JSDom 9.10.0 scrollWidth is a getter only and always 0
433-
// TODO: can we test this another way?
434-
expect(input.style.width).toBeFalsy()
435-
})
436-
})
437421
})

0 commit comments

Comments
 (0)