()
| 5 | const occ = nodeocc.occ; |
| 6 | const doDebug = false; |
| 7 | function debugLog() { |
| 8 | arguments; |
| 9 | /* implement me*/ |
| 10 | } |
| 11 | describe("T1- testing mesh on a simple box shape", function () { |
| 12 | |
| 13 | let shape, mesh; |
no outgoing calls
no test coverage detected