Skip to content

Instantly share code, notes, and snippets.

@another-guy
Last active March 4, 2019 09:20
Show Gist options
  • Save another-guy/0802936b8075d82fadd7044511d93daa to your computer and use it in GitHub Desktop.
Save another-guy/0802936b8075d82fadd7044511d93daa to your computer and use it in GitHub Desktop.
VS Code E2E Jest Config
module.exports = {
moduleFileExtensions: ['js'],
testMatch: ['<rootDir>/out/test/**/*.test.js'],
verbose: true,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment