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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: config.addPipelineStep is not a function

kdmatrosov opened this issue · comments

I use default sceleton-esnext.
I added this line to App

config.addPipelineStep('authorize', AuthorizeStep);

After this I catch error running 'gulp test'

Chrome 52.0.2743 (Linux 0.0.0) the App module contains a router property FAILED
TypeError: config.addPipelineStep is not a function

Please use the issue template if you wish to report a bug. If not, you can ask questions in gitter.