createStore
Used during unit testing, this creates an empty store and puts it in the store() function so our code can get at it later.
Presentation
function createStore (): void;Returns
voidUsed during unit testing, this creates an empty store and puts it in the store() function so our code can get at it later.
function createStore (): void;void