Coder Social home page Coder Social logo

try-wallaby's Introduction

A sample wallaby project

Tool used

The editor used is VSCode in it's version 1.30.1 As for the tool used in the process here he's a snapshot of the relevant part of package.json:

  "devDependencies": {
    "@types/jest": "^23.3.10",
    "@types/node": "^10.12.18",
    "husky": "^1.2.1",
    "jest": "^23.6.0",
    "lint-staged": "^8.1.0",
    "ts-jest": "^23.10.5",
    "ts-node": "^7.0.1",
    "tslint": "^5.12.0",
    "tslint-eslint-rules": "^5.4.0",
    "typescript": "^3.2.2"
  }

Configuration

Here is the content of teh wallaby.conf.js:

module.exports = w => ({
  files: ['src/**/*.ts'],
  tests: ['src/**/*.test.ts'],
  compilers: {
    '**/*.ts?(x)': w.compilers.typeScript({isolatedModules: true})
  },
})

I've taken the bases from the doc page dedicated to Typescript, and added as well the isolated modules as specified here since i'm using typescript jest and ts-jest

Issue description

When I start wallaby (after selecting configuration file for good measure), something break. I got the following vscode console output for wallaby:

​​Error: Missing tracer start subscription​​
​​at http://localhost:63594/__wallaby__/tracer.js:14​​
​​Error: Missing tracer start subscription

And as well contrarely to the demo project the square are neither green not red but white: picture

Any ideas on what went wrong?

try-wallaby's People

Contributors

zedryas avatar

Watchers

James Cloos avatar Artem Govorov avatar

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.