Closed jkyoutsey closed 3 years ago
Hi @jkyoutsey,
Please try the solution from https://github.com/wallabyjs/public/issues/2748.
@NikGovorov I already have import 'zone.js';
in polyfills.ts
In test.ts I have these:
import 'zone.js/dist/long-stack-trace-zone';
import 'zone.js/dist/proxy.js';
import 'zone.js/dist/sync-test';
import 'zone.js/dist/jasmine-patch';
import 'zone.js/dist/async-test';
import 'zone.js/dist/fake-async-test';
So, I'm not entirely sure what exactly to replace.
@NikGovorov I found it. I created a new ng 12 app and compared the test.ts and polyfills.ts files. That got me working. Thank you! Perfect solution.
Issue description or question
I'm using automatic configuration, jasmine/karma, and when I fire off wallaby it doesn't run any tests and doesn't give me any output in the OUTPUT/Wallaby.js Tests pane. The output in the OUTPUT/Wallaby.js Console pane is this:
The progress indicator at the bottom left continues to run.
Wallaby diagnostics report