UNPKG

@anthonyjclark/proofreader

Version:

Simple text proofreader based on 'write-good' (hemingway-app-like suggestions) and 'nodehun' (spelling).

8 lines (6 loc) 200 B
var chai = require('chai'); chai.config.includeStack = true; global.expect = chai.expect; global.AssertionError = chai.AssertionError; global.Assertion = chai.Assertion; global.assert = chai.assert;