parent
301785b1a5
commit
b9b45faeb5
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ To setup a test suite, create a `tests` folder and inside of it, create a test f
|
||||||
// file: tests/math-test.js
|
// file: tests/math-test.js
|
||||||
var o = require("mithril/ospec/ospec")
|
var o = require("mithril/ospec/ospec")
|
||||||
|
|
||||||
o("math", function() {
|
o.spec("math", function() {
|
||||||
o("addition works", function() {
|
o("addition works", function() {
|
||||||
o(1 + 2).equals(3)
|
o(1 + 2).equals(3)
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue