Janatbek / wallaby-playground

Setting up wallaby.js for the projects
0 stars 1 forks source link

Setup Wallaby in non ngCli, but webpack project that will use gulp in future #1

Closed Janatbek closed 7 years ago

Janatbek commented 7 years ago

Hi all, I need help to setup wallaby js in non Cli angular project. the test environment is working. I just need wallaby js here.

the project was built by following this tutorial: https://medium.com/@laco0416/setting-up-angular-2-testing-environment-with-karma-and-webpack-e9b833befd99. Basically I am testing a project that doesn't run on the browser. this project is for npm package. I need to test it and publish back. this project doesn't have angular cli.