Skip to content

Commit

Permalink
Do not restart server if TypeScript tests change. (#45867)
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin authored Sep 18, 2019
1 parent e6ea269 commit dc0851e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cluster/cluster_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default class ClusterManager {
cwd: fromRoot('.'),
ignored: [
/[\\\/](\..*|node_modules|bower_components|public|__[a-z0-9_]+__|coverage)[\\\/]/,
/\.test\.js$/,
/\.test\.(js|ts)$/,
...extraIgnores,
'plugins/java_languageserver'
],
Expand Down

0 comments on commit dc0851e

Please sign in to comment.