0x-mesh icon indicating copy to clipboard operation
0x-mesh copied to clipboard

Run more tests in the browser

Open albrow opened this issue 5 years ago • 0 comments

There are some tests which we currently don't run in the browser (they are excluded by build tags) but should be able to. For example, look at the orderwatch package. It looks like one reason for this is that wasmbrowsertest doesn't support the --serial flag. To workaround this we could potentially use an environment variable instead of a flag. Another reason for this historically has been the inability to declare certain globals that Mesh depends on in the browser. However, as of https://github.com/0xProject/0x-mesh/pull/811 we have a way to do this.

albrow avatar Jun 10 '20 23:06 albrow