| 1 | import * as assert from "assert"; |
| 2 | import * as Azure from "azure-storage"; |
| 3 | import { configLogger } from "../../../src/common/Logger"; |
| 4 | import StorageError from "../../../src/table/errors/StorageError"; |
nothing calls this directly
no test coverage detected