1 Tests that when timeout is non-zero, the success callback is called as expected. 2 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 4 5 6 PASS position.coords.latitude is mockLatitude 7 PASS position.coords.longitude is mockLongitude 8 PASS position.coords.accuracy is mockAccuracy 9 PASS successfullyParsed is true 10 11 TEST COMPLETE 12 13