ember-try-test-suite-helper

raw JSON →
1.0.1 verified Sat Apr 25 auth: no javascript deprecated

An internal support package for ember-try's test suite, version 1.0.1. This package is not intended for public use; it provides helper utilities exclusively for testing ember-try itself. It has no regular release cadence and should not be depended upon by external projects. Use ember-try directly for scenario-based testing in Ember applications.

error Cannot find module 'ember-try-test-suite-helper'
cause Package may not be installed or is not meant for public use.
fix
Use ember-try for test scenario management.
deprecated ember-try-test-suite-helper is for internal use only and may be unpublished or changed without notice.
fix Do not use this package. Use ember-try instead.
gotcha Package has no README and may be unstable; not intended for consumption.
fix Avoid depending on this package.
npm install ember-try-test-suite-helper
yarn add ember-try-test-suite-helper
pnpm add ember-try-test-suite-helper

Demonstrates that this package should not be used externally.

// This package is not meant for public use.
// Do not install or import in your application.