[jQuery] Create array from li text

[jQuery] Create array from li text


What would be the correct method to create an array from the text
inside <li> items?
Is below, the best method, or would it even work?
var array_test = $(#test li).text().makeArray();