mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-30 23:36:47 +02:00
avoid console call in our unit tests (#27790)
This commit is contained in:
@@ -137,7 +137,6 @@ $(function () {
|
||||
var shadowRoot = $div[0].attachShadow({
|
||||
mode: 'open'
|
||||
})
|
||||
console.warn($div[0].attachShadow, shadowRoot)
|
||||
|
||||
assert.equal(shadowRoot, Util.findShadowRoot(shadowRoot))
|
||||
shadowRoot.innerHTML = '<button>Shadow Button</button>'
|
||||
|
Reference in New Issue
Block a user