1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 00:54:04 +02:00

tests/browsers.js: remove unneeded export

This commit is contained in:
XhmikosR
2021-10-13 08:42:21 +03:00
parent 2a51370e92
commit 5739bf7637
2 changed files with 3 additions and 10 deletions

View File

@@ -74,9 +74,6 @@ const browsers = {
}
}
const browsersKeys = Object.keys(browsers)
module.exports = {
browsers,
browsersKeys
browsers
}