()
| 27 | } |
| 28 | |
| 29 | async function resetCwdSetting(): Promise<void> { |
| 30 | await changeCwdSetting(undefined); |
| 31 | } |
| 32 | |
| 33 | describe("The 'getSettings' method loads the 'Settings' class", function () { |
| 34 | before(resetCwdSetting); |
nothing calls this directly
no test coverage detected