index_spec.js 224 B

12345678910
  1. /*!
  2. * Escaper
  3. * https://github.com/kobezzza/Escaper
  4. *
  5. * Released under the MIT license
  6. * https://github.com/kobezzza/Escaper/blob/master/LICENSE
  7. */
  8. global.Escaper = require('../dist/escaper.min');
  9. require('./tests');