facundoolano/aso

unit tests

Open

#5 opened on Mar 11, 2017

 (0 comments) (0 reactions) (0 assignees)JavaScript (147 forks)github user discovery
help wanted

Repository metrics

Stars
 (859 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Unit tests should verify the logic of every method, using mocks or stub store objects, so we control input values and know what to expect.

Store integration should be tested separately.

Contributor guide