Make test-node report errors
This commit is contained in:
parent
8fe1be8678
commit
fc3004a183
2 changed files with 7 additions and 4 deletions
|
@ -6,9 +6,7 @@
|
|||
const ByteBuffer = require('../components/bytebuffer/dist/ByteBufferAB.js');
|
||||
const { setEnvironment, Environment } = require('../ts/environment');
|
||||
|
||||
before(() => {
|
||||
setEnvironment(Environment.Test);
|
||||
});
|
||||
setEnvironment(Environment.Test);
|
||||
|
||||
// To replicate logic we have on the client side
|
||||
global.window = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue