Skip to content

Commit 3d127ff

Browse files
rickhanloniiSimenB
authored andcommitted
Fix watch mode docs (utf 8 now) (jestjs#6297)
1 parent f4e3589 commit 3d127ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/WatchPlugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ key and the prompt:
116116
class MyWatchPlugin {
117117
getUsageInfo(globalConfig) {
118118
return {
119-
key: 's'.codePointAt(0),
119+
key: 's',
120120
prompt: 'do something',
121121
};
122122
}

0 commit comments

Comments
 (0)