Questions tagged [wallaby.js]

a continuous test runner for JavaScript/TypeScript/CoffeeScript that plugs into multiple code editors

Wallaby.js is a continuous JavaScript test runner that uses intelligence built from it's code coverage to execute tests as you type and report them directly in the text editor. http://wallabyjs.com/

49 questions
0
votes
1 answer

Wallaby.js hangs during initalization

I'm trying to get Wallaby.js running on my solution in VS2013 and I'm getting some weird behaviour. If it is running and I change the config file I have to stop it. It errors with the following message wallaby.js started core v1.0.159 Failed to…
James Gardner
  • 671
  • 4
  • 21
0
votes
1 answer

Configure wallaby for React-redux-es6-typescript-immutable applications

How to configure wallaby for React-redux-es6-typescript-immutable application. I use webstorm editor. My base code is committed here I tried the following code in wallaby.js, but it throws ReferenceError: Can't find variable: exports at…
Dixy Xavier
  • 667
  • 2
  • 6
  • 20
0
votes
0 answers

Wallaby.js support for Eclipse

I am looking for Wallaby.js support for Eclipse. While the official page lists JetBrains IDEs, Visual Studio and Atom Editor, there is no mention of Eclipse. Has anyone integrated / used Wallaby.js with Eclipse ?
DBS
  • 794
  • 2
  • 9
  • 21
0
votes
0 answers

Testing controller in Sails.js with wallaby.js

if I use Wallaby.js in Atom test my Sails.js Controller. All e2e are broken an I allways get 404 Errors for all routes, Running the same tests from npm works as expected. Even defining routes in freeport lift, doesn´t work. Any…
1 2 3
4