()
| 47 | |
| 48 | describe("manipulating:", function () { |
| 49 | var testFunction = function testFunction() { |
| 50 | return "test"; |
| 51 | }; |
| 52 | var settings = new Settings.Container({}); |
| 53 | |
| 54 | describe("some.sub.object = 123.45", function () { |
nothing calls this directly
no outgoing calls
no test coverage detected