MeirionHughes / aurelia-cli-electron-app

A basic example of aurelia (cli) running in electron with vscode breakpoint debugging
31 stars 3 forks source link

Simple unit test #6

Closed javiercbk closed 7 years ago

javiercbk commented 7 years ago

I've created a simple unit test that can be executed with au test for a single run or au test --watch to run test on each file change.

I could not test anything with spectron, nor tested any class using electron.

MeirionHughes commented 7 years ago

That's fine. Thank you.