fixed syntax error
This commit is contained in:
parent
cb64be965b
commit
e46f8d5881
1 changed files with 1 additions and 1 deletions
|
|
@ -223,6 +223,6 @@ describe("m()", function () {
|
||||||
|
|
||||||
var args = {age: 12}
|
var args = {age: 12}
|
||||||
|
|
||||||
expect(m.bind(m, component, args).to.throw();
|
expect(m.bind(m, component, args)).to.throw()
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue