Modular Tests

We start a new chapter looking at modularity: splitting your JavaScript code across multiple files so it’s better organized and easier to understand. We use the CommonJS Modules format to split our example test into a “test” file and a “production” file. Then we make it work with our tests by installing the karma-commonjs plugin.

  1. LL14Front-End Modules

    Fri, 2 Aug ’13
  2. E16Modular Tests

    Fri, 18 Sep ’15
  3. E17Modules in Production

    Fri, 25 Sep ’15
  4. E18The Build Step

    Fri, 2 Oct ’15
  5. E19Third-Party Modules

    Fri, 9 Oct ’15