| 1 | // Tests in this file are using @azure/data-tables |
| 2 | // Tests in this file validate query logic |
| 3 | import * as assert from "assert"; |
| 4 | import { Edm, odata, TableEntity, TableTransaction } from "@azure/data-tables"; |
nothing calls this directly
no test coverage detected