2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03: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
+1 -4
View File
@@ -74,9 +74,6 @@ const browsers = {
}
}
const browsersKeys = Object.keys(browsers)
module.exports = {
browsers,
browsersKeys
browsers
}