How to use the ember-engines/test-support/engine-resolver-for function in ember-engines

To help you get started, we’ve selected a few ember-engines examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github CenterForOpenScience / ember-osf-web / tests / helpers / engines.ts View on Github external
export function setupEngineTest(hooks: any, engine: string) {
    // eslint-disable-next-line ember/no-restricted-resolver-tests
    setupTest(hooks, { resolver: engineResolverFor(engine) });
    setupEngineFixtures(hooks);
}
github CenterForOpenScience / ember-osf-web / tests / helpers / engines.ts View on Github external
export function setupEngineRenderingTest(hooks: any, engine: string) {
    setupRenderingTest(hooks, { resolver: engineResolverFor(engine) });
    setupEngineFixtures(hooks);
}

ember-engines

Composable applications for ambitious user experiences

MIT
Latest version published 5 days ago

Package Health Score

84 / 100
Full package analysis