We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 7ea1284 commit 6cd69c0Copy full SHA for 6cd69c0
integration-tests/__tests__/__snapshots__/failures.test.js.snap
@@ -118,6 +118,7 @@ exports[`not throwing Error objects 5`] = `
118
26 | test('Error during test', () => {
119
27 | // eslint-disable-next-line no-undef
120
> 28 | doesNotExist.alsoThisNot;
121
+ | ^
122
29 | });
123
30 |
124
31 | test('done(Error)', done => {
@@ -131,6 +132,7 @@ exports[`not throwing Error objects 5`] = `
131
132
133
134
> 32 | done(new Error('this is an error'));
135
136
33 | });
137
34 |
138
35 | test('done(non-error)', done => {
@@ -151,6 +153,7 @@ exports[`not throwing Error objects 5`] = `
151
153
152
154
155
> 36 | done(deepObject);
156
157
37 | });
158
38 |
159
0 commit comments