mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 04:24:45 -04:00
Clean strings.
This commit is contained in:
parent
88854ad451
commit
41b199c578
7 changed files with 11 additions and 11 deletions
|
@ -109,7 +109,7 @@ describe('module \'' + ID + '\'', function () {
|
|||
var labels = data.slice(0, -1);
|
||||
var exp = data.slice(-1)[0];
|
||||
|
||||
it(String(labels) + ' => \'' + exp + '\'', function () {
|
||||
it(labels + ' => ' + exp, function () {
|
||||
|
||||
this.xSettings.title.enabled = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue