Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nick/lesson25 #49

Merged
merged 11 commits into from
Jul 3, 2020
Prev Previous commit
Next Next commit
Drop comment in config
  • Loading branch information
nickovchinnikov authored and vvscode committed Jun 30, 2020
commit e246ae62d0f39d9d7a4786c18f57031901975b90
1 change: 0 additions & 1 deletion jest.e2e.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ module.exports = {
transform: {
"^.+\\.(js|jsx|ts|tsx)$": "<rootDir>/node_modules/babel-jest",
},
// testPathPattern: "src/e2e/*",
moduleDirectories: ["node_modules", "src"],
};