Yousuf

Results 34 comments of Yousuf

Almost a year passed and we are still waiting. 😞

@lemnis Thank you for educating me and telling me I should be grateful to the open source community.

I get these errors: ``` FAILED TESTS: × should wait for a child element Chrome 58.0.3029 (Windows 10 0.0.0) TypeError: Cannot read property 'querySelector' of undefined at eval (jspm_packages/npm/[email protected]/component-tester.js:157:30) at...

Looking at the [webpack sekeleton](https://github.com/aurelia/skeleton-navigation/tree/master/skeleton-esnext-webpack), I think the way @niieani solved it is by using jasmine async in [karma-bundle.js](https://github.com/aurelia/skeleton-navigation/blob/05480635d74ba6d115a917f0bd4b22e45df852ac/skeleton-esnext-webpack/test/karma-bundle.js#L4-L7): ```js import {install as installJasmineAsync} from 'jest-jasmine2/jasmine-async'; installJasmineAsync(global); // enable running...