Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

feat(tests): unit all the tests #11

Merged
merged 3 commits into from
Oct 19, 2015
Merged

feat(tests): unit all the tests #11

merged 3 commits into from
Oct 19, 2015

Commits on Aug 20, 2015

  1. feat(tests): unit all the tests

    * Split controller to separate file for test purposes.
    * Add gulp karma (single run)
    * Add gulp watch:karma (no single run)
    
    Closes #5
    kasperlewau committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    997db7c View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2015

  1. fix(tests): remove brittle and low value tests

    Testing the internal relationship between exposed API
    methods is brittle as we are in effect allowing modification of
    said API methods, rendering the tests moot.
    
    Also, refactoring the exposed API methods become harder when
    there's an explicit bond between them.
    kasperlewau committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    59a7ce5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7432434 View commit details
    Browse the repository at this point in the history