Require maybeEmbroider function imported and called in ember-cli-build.js (ember-observer/has-maybe-embroider
)
Examples of correct code for this rule:
const { maybeEmbroider } = require('@embroider/test-setup');
return maybeEmbroider(...);