Tweak JS test naming

This commit is contained in:
Oliver Hamlet
2016-01-06 18:26:55 +00:00
parent 05372951d0
commit af8bac8e08
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -10,7 +10,6 @@ ecmaFeatures:
globals:
loot: false
Jed: false
extends:
- "eslint:recommended"
+1 -1
View File
@@ -20,7 +20,7 @@ module.exports = (grunt) => {
platform: 'Windows 10',
version: '47',
}],
testname: 'LOOT UI JS tests',
testname: 'LOOT UI JS Tests',
},
},
},
+1 -1
View File
@@ -1,5 +1,5 @@
<meta charset="utf-8">
<title>Mocha Tests</title>
<title>LOOT UI JS Tests</title>
<link href="../../../../../node_modules/mocha/mocha.css" rel="stylesheet" />
<div id="mocha"></div>