| 1 | import { describe, expect, test, jest, beforeAll } from '@jest/globals'; |
| 2 | import { __version__, logger, EventType } from '../../src/jsmind.common.js'; |
| 3 | import { $ } from '../../src/jsmind.dom.js'; |
| 4 | import jm from '../../src/jsmind.js'; |
nothing calls this directly
no test coverage detected