fail-initialisation.js 204 B

1234567
  1. /*
  2. * MIT License http://opensource.org/licenses/MIT
  3. * Author: Ben Holloway @bholloway
  4. */
  5. 'use strict';
  6. throw new Error('This "engine" is designed to fail at require time, for testing purposes only');