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