Make test-node report errors
This commit is contained in:

committed by
Josh Perez

parent
8fe1be8678
commit
fc3004a183
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user