mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 12:12:20 +00:00
minor fix textual
This commit is contained in:
parent
b8917a3c0e
commit
08cbac6277
@ -3,7 +3,7 @@ var expect = chai.expect;
|
|||||||
var classMM = require('../../js/class.js'); // require for load module.js
|
var classMM = require('../../js/class.js'); // require for load module.js
|
||||||
var moduleMM = require('../../js/module.js')
|
var moduleMM = require('../../js/module.js')
|
||||||
|
|
||||||
describe('Test function cmpVersions into js/module.js', function() {
|
describe('Test function cmpVersions in js/module.js', function() {
|
||||||
|
|
||||||
it('Should be return -1 ', function() {
|
it('Should be return -1 ', function() {
|
||||||
expect(moduleMM._test.cmpVersions('2.1', '2.2')).to.equal(-1);
|
expect(moduleMM._test.cmpVersions('2.1', '2.2')).to.equal(-1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user