| 1 | import Module from '../../../src/js/core/Module.js'; |
| 2 | import Comms from '../../../src/js/modules/Comms/Comms.js'; |
| 3 | |
| 4 | // Override the Module.prototype.registerTableFunction to avoid dependency on the full module system |
nothing calls this directly
no test coverage detected