typescriptwallaby.js

Can Wallaby.js handle multiple test frameworks


Can Wallaby.js handle multiple testFramework values? I'm using typescript and it seems the wallaby config file doesn't need to have the testFramework specified to run jasmine tests.

If I include my qunit tests it errors out on those tests. If I ignore the qunit tests I can get the jasmine tests to run. Is there a way I can configure Wallaby.js to choose the correct framework for each test file?

Cheers.


Solution

  • Wallaby.js only supports one testing framework per config file.