blob: 32d4fdae1d6944f6491f14837f6ef0c46e69be72 [file] [log] [blame]
Test for ContactsManager.getProperties().
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS properties is an instance of Array
PASS properties.length is 3
PASS properties.includes('email') is true
PASS properties.includes('name') is true
PASS properties.includes('tel') is true
PASS successfullyParsed is true
TEST COMPLETE