Skip to content

Instantly share code, notes, and snippets.

@royib
Created January 25, 2023 10:21
Show Gist options
  • Save royib/8045c026715d6037d778f4aedd0a0e98 to your computer and use it in GitHub Desktop.
Save royib/8045c026715d6037d778f4aedd0a0e98 to your computer and use it in GitHub Desktop.
bazel react jest jest.config.js
module.exports = {
testEnvironment: "node",
testMatch: ["**/*.test.js"],
reporters: ["default", "jest-junit"],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment