#319 fix dynamic link w/ config:m.route
This commit is contained in:
parent
9617859068
commit
eb9720656e
2 changed files with 6 additions and 7 deletions
|
|
@ -1642,7 +1642,6 @@ function testMithril(mock) {
|
|||
test(function() {
|
||||
var prop = m.request({method: "GET", url: "test"})
|
||||
mock.XMLHttpRequest.$instances.pop().onreadystatechange()
|
||||
console.log(prop())
|
||||
return prop().method === "GET" && prop().url === "test"
|
||||
})
|
||||
test(function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue