• Randall Leeds's avatar
    Really remove the sinon and chai boilerplate · 5cbde100
    Randall Leeds authored
    It turns out we don't need Sinon-Chai because we only use the assert
    interface. According to the Sinon-Chai docs:
    
        For assert interface there is no need for this library.
    
    Instead, we just install the assertions into the assert object.
    5cbde100
highlighter-test.coffee 2.51 KB