2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Rename "js/tests/units" to "js/tests/unit". (#29503)

This commit is contained in:
XhmikosR
2019-10-09 01:27:43 +03:00
committed by GitHub
parent 1770691b33
commit 577bf8b14d
20 changed files with 5 additions and 5 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"root": true,
"extends": [
"../../../.eslintrc.json"
],
"overrides": [
{
"files": ["**/*.spec.js"],
"env": {
"jasmine": true
}
}
]
}