Skip to content

Instantly share code, notes, and snippets.

View gumatt's full-sized avatar

Matt Walker gumatt

  • personal
  • United States
View GitHub Profile
@gumatt
gumatt / wallaby.conf.js
Created October 26, 2017 11:27
Config file for wallabyjs, vscode, and CRA w custom-react-scripts
module.exports = function (wallaby) {
// Babel, jest-cli and some other modules may be located under
// react-scripts/node_modules, so need to let node.js know about it
var path = require('path');
process.env.NODE_PATH +=
path.delimiter +
path.join(__dirname, 'node_modules') +
path.delimiter +
path.join(__dirname, 'node_modules/react-scripts/node_modules');

TodoMVC React