Unit Test Results

Browser: PhantomJS 2.1.1 (Mac OS X 0.0.0)
Timestamp: 5/31/2017, 2:52:07 PM

6 tests / 0 errors / 0 failures / 0 skipped / runtime: 0.013s

common/api

get("foo") should return a list of items and return with HTTP code 200
Passed in 0.006s

common/api

get("foo/123") should return one item and return with HTTP code 200
Passed in 0.001s

common/api

post("foo") should create one item and return with HTTP code 201
Passed in 0.002s

common/api

put("foo/2") should update one item and return with HTTP code 200
Passed in 0.001s

common/api

delete("foo/2") should delete one item and return with HTTP code 204
Passed in 0.002s

common/form

setDefinition
Passed in 0.001s