madeye-common

MadEye Common Files ===================

Usage no npm install needed!

<script type="module">
  import madeyeCommon from 'https://cdn.skypack.dev/madeye-common';
</script>

README

MadEye Common Files

These are a collection of files common to the apps of the MadEye project. The directory structure is as follows:

./src/              #Directory for common functions
./src/messages/     #Directory for BrowserChannel socket files.
./test/mock         #Directory for Mock objects
./test/unit         #Unit tests.  Directory structure should mirror src/ .
./test/integration  #Tests integrating multiple classes
./dist/             #Compiled js files from `jake compile`.