@bayou/mocha-client-shim
Version:
Subcomponent of the Bayou project.
18 lines (13 loc) • 555 B
Markdown
/mocha-client-shim
=================
This module's sole purpose is to act as a loader proxy for Webpack so that
testing code on the client side can say `import { Mocha, describe, it, ... }
from 'mocha';` and get reasonable bindings.
See `/client-bundle.ClientBundle` for the code that gets this hooked into
the system.
- - - - - - - - - -
```
Copyright 2016-2019 the Bayou Authors (Dan Bornstein et alia).
Licensed AS IS and WITHOUT WARRANTY under the Apache License,
Version 2.0. Details: <http://www.apache.org/licenses/LICENSE-2.0>
```