We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1ab24 commit 02c0237Copy full SHA for 02c0237
packages/jest-jasmine2/src/index.js
@@ -124,7 +124,7 @@ async function jasmine2(
124
if (globalConfig.errorOnDeprecated) {
125
installErrorOnPrivate(environment.global);
126
} else {
127
- // $FlowFixMe Flow seems to be confused about accessors and tries to enfoce having a `value` property.
+ // $FlowFixMe Flow seems to be confused about accessors and tries to enforce having a `value` property.
128
Object.defineProperty(jasmine, 'DEFAULT_TIMEOUT_INTERVAL', {
129
configurable: true,
130
enumerable: true,
0 commit comments