11 lines
219 B
TypeScript
11 lines
219 B
TypeScript
|
import "./test-draw"
|
||
|
import "./test-domchange"
|
||
|
import "./test-selection"
|
||
|
import "./test-coords"
|
||
|
import "./test-draw-decoration"
|
||
|
import "./test-extension"
|
||
|
import "./test-movepos"
|
||
|
import "./test-composition"
|
||
|
|
||
|
mocha.run()
|