()
| 213 | describe("default on in settings", function () { |
| 214 | beforeEach(function (done) { |
| 215 | function afterSave () { |
| 216 | afterSaveCalled = true; |
| 217 | } |
| 218 | var hooks = { afterSave: afterSave }; |
| 219 | |
| 220 | setup(null, { hooks: hooks, cache: false, hasOneOpts: { autoFetch: true } })(function (err) { |
nothing calls this directly
no outgoing calls
no test coverage detected