You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replicator.define('dependent', {name: 'sally']). // Should throw error of something helpful like, "dependent factory is already registered, please use a different name"
The text was updated successfully, but these errors were encountered:
Replicator.define('dependent', {name: 'joe'})
Replicator.define('dependent', {name: 'sally']). // Should throw error of something helpful like, "dependent factory is already registered, please use a different name"
The text was updated successfully, but these errors were encountered: