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 successfullyParsed is true 7 PASS position.coords.latitude is mockLatitude 8 PASS position.coords.longitude is mockLongitude 9 PASS position.coords.accuracy is mockAccuracy 10 11 TEST COMPLETE 12 13