An Isomorphic Assertion Library

We’ve been using Expect.js in our front-end tests and plain asserts in our back-end tests. I prefer asserts for their simplicity and more flexible error messages, so we start migrating our front-end away from Expect.js to use assertions as well. The first step: getting our assert wrapper to work isomorphically; that is, running in both the front-end and back-end.

  1. E291External Dependencies

    Mon, 23 Mar ’15
  2. E292From NodeUnit to Mocha

    Wed, 25 Mar ’15
  3. E293How To Migrate Test Frameworks

    Mon, 30 Mar ’15
  4. E294Isomorphic Build Infrastructure

    Wed, 1 Apr ’15
  5. E295Eliminate NodeUnit

    Mon, 6 Apr ’15
  6. E296An Isomorphic Assertion Library

    Wed, 8 Apr ’15
  7. E297From expect() to assert()

    Mon, 13 Apr ’15
  8. E298Build Cleanup

    Wed, 15 Apr ’15
  9. E299Extract Module

    Mon, 20 Apr ’15
  10. E300Extract Tool Runner

    Wed, 22 Apr ’15
  11. E301A Pretty Build

    Mon, 27 Apr ’15
  12. E302A Composable Build Tool

    Wed, 29 Apr ’15