Files
shields/core/base-service/loader-test-fixtures/invalid-no-base.fixture.js
Paul Melnikow a0da978886 Bury the loader fixtures with the code that uses them (#3407)
One less thing to have in the root of the project!
2019-05-02 12:36:00 -04:00

6 lines
63 B
JavaScript

'use strict'
class BadService {}
module.exports = BadService