Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 321 Bytes

has-maybe-embroider.md

File metadata and controls

16 lines (8 loc) · 321 Bytes

Require maybeEmbroider function imported and called in ember-cli-build.js (ember-observer/has-maybe-embroider)

Rule Details

Examples of correct code for this rule:

const { maybeEmbroider } = require('@embroider/test-setup');
return maybeEmbroider(...);