Paulo Gustavo Veiga 353d662963 Add basic load test
2021-12-29 16:37:58 -08:00

9 lines
153 B
JavaScript

class TestSuite {
}
TestSuite.NODE_SIZE = { width: 80, height: 30 };
TestSuite.ROOT_NODE_SIZE = { width: 120, height: 40 };
export default TestSuite;