up
This commit is contained in:
parent
4ae129054e
commit
ab9ab64bd5
476 changed files with 3370 additions and 532 deletions
|
@ -1,6 +1,6 @@
|
|||
describe("multiplyNumeric", function() {
|
||||
it("multiplies all numeric properties by 2", function() {
|
||||
var menu = {
|
||||
let menu = {
|
||||
width: 200,
|
||||
height: 300,
|
||||
title: "My menu"
|
||||
|
@ -14,5 +14,5 @@ describe("multiplyNumeric", function() {
|
|||
it("returns nothing", function() {
|
||||
assert.isUndefined( multiplyNumeric({}) );
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue