Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Begin working on testing harness for both 0.2 and 0.3. #14

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Dec 25, 2016

  1. Configuration menu
    Copy the full SHA
    0375515 View commit details
    Browse the repository at this point in the history
  2. Begin testing with heimdalljs 0.2 and 0.3.

    * Add `multidep` and configuration.
    * Tweak shared `beforeEach` to be aware of `heimdalljs@0.2`
      and `heimdalljs@0.3` differences.
    * Add test for `loadFromJSON`.
    rwjblue committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    a9b43a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2016

  1. Refactor multidep usage into tests/runtimes/node.js.

    `multidep` (as a concept) isn't possible in "browserland", this is a
    small refactoring to prevent issues for us when testing in browsers...
    rwjblue committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    7024777 View commit details
    Browse the repository at this point in the history
  2. Remove 0.3.x from multidep.json for now.

    Determining path forward for interop and tooling between 0.2 and
    0.3 will require a bit more thought.  This still sets things up such
    that actually implementing should be possible to test properly...
    rwjblue committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    a671fa8 View commit details
    Browse the repository at this point in the history