We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e956cb0 commit 697d0f6Copy full SHA for 697d0f6
test/server.spec.ts
@@ -103,7 +103,7 @@ describe('Server', () => {
103
});
104
105
106
- it('should not close the webserver on huge data', done => {
+ it('should not close webserver until plot data is entirely transferred', done => {
107
const elements = 100000;
108
const plot = [{ data: [{ x: new Array(elements).fill(1), y: new Array(elements).fill(1) }] }];
109
server.spawn({
0 commit comments