Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassupdateCurrentEntry() must throw if state is not given
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => {     navigation.updateCurrentEntry();   }", "no args")
    at Test.<anonymous> ( /navigation-api/updateCurrentEntry-method/no-args.html:7:3)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => {     navigation.updateCurrentEntry({});   }", "empty dictionary")
    at Test.<anonymous> ( /navigation-api/updateCurrentEntry-method/no-args.html:11:3)