aurelia / testing

Simplifies the testing of UI components by providing an elegant, fluent interface for arranging test setups along with a number of runtime debug/test helpers.
MIT License
40 stars 27 forks source link

fix(code example): fix to the manually handling lifecycle example #82

Closed jachin closed 6 years ago

jachin commented 6 years ago

I was trying to following this example and it wasn't working. Looking at the other examples in the guide it appears you need to pass in the bootstrap method when you call component.create().

EisenbergEffect commented 6 years ago

@jachin Good catch! Thank you!