()
| 201 | describe("default on in settings", function () { |
| 202 | beforeEach(function (done) { |
| 203 | function afterSave () { |
| 204 | afterSaveCalled = true; |
| 205 | } |
| 206 | var hooks = { afterSave: afterSave }; |
| 207 | |
| 208 | setup(null, { hooks: hooks, cache: false, hasOneOpts: { autoFetch: true } })(function (err) { |
nothing calls this directly
no outgoing calls
no test coverage detected