Code Monkey home page Code Monkey logo

wallaby-node-iojs-sample's Introduction

Wallaby.js

Testing node.js app with wallaby.js

node 1

wallaby-node-iojs-sample's People

Contributors

artemgovorov avatar

Stargazers

pbnkp avatar Nikolai avatar Faisal Humayun avatar Branden Dane avatar Michael Salaverry avatar  avatar Michael Reynolds avatar Ruslan Amirov avatar clojj avatar Sander Boom avatar

Watchers

James Cloos avatar  avatar G. Dinnebier avatar Simon McEnlly avatar Faisal Humayun avatar  avatar

wallaby-node-iojs-sample's Issues

Cant get wallaby to run

I cannot seem to get wallaby to run at all. Everything I try gives me an error. I have gone through the getting started post many times. I dont think I am missing something. Perhaps you can see something?

I have a file called wallaby.config.js in the root of the project with the following:

module.exports = function () {
  return {
    "files": [
      "**/*.js",
      "!test/*.js"
    ],

    "tests": [
      "test/*Spec.js"
    ],

    "testFramework": "[email protected]",

    "env": {
      "type": "node",
      "params": {
        runner: "--harmony"
      }
    }
  }
}

When I try to start wallaby i get the following erorr:

Failed to parse node_modules/babel/node_modules/babel-core/node_modules/js-tokens/test/fixtures/regex.js, SyntaxError: Unexpected token (22:3) at emitTwo (events.js:87:13) at process.emit (events.js:169:7) at handleMessage (child_process.js:306:10) at Pipe.channel.onread (child_process.js:334:11)

What am I doing wrong?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.