Ad
  • Custom User Avatar

    I'm coding in TypeScript.
    This kata has a problem in its testing code:

    /// <reference path="/runner/typings/main/ambient/mocha/index.d.ts" >
    /// <reference path="/runner/typings/main/ambient/chai/index.d.ts" >
    

    should be replaced with:

    /// <reference path="/runner/typings/main/ambient/mocha/index.d.ts" />
    /// <reference path="/runner/typings/main/ambient/chai/index.d.ts" />
    

    in order to match XML language description.
    Because of this, the kata does not run properly when I attempt to submit the code.