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 7a0b1d7 commit e44325dCopy full SHA for e44325d
1 file changed
packages/jest-snapshot/src/State.js
@@ -93,7 +93,9 @@ export default class SnapshotState {
93
const lines = getStackTraceLines(error.stack);
94
const frame = getTopFrame(lines);
95
if (!frame) {
96
- throw new Error("Jest: Couln't infer stack frame for inline snapshot.");
+ throw new Error(
97
+ "Jest: Couldn't infer stack frame for inline snapshot.",
98
+ );
99
}
100
this._inlineSnapshots.push({
101
frame,
0 commit comments