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 75c027b commit 34e827bCopy full SHA for 34e827b
test/integration/full/error-occurred/error-frame.js
@@ -86,7 +86,6 @@ describe('error-occurred test', () => {
86
87
describe('incomplete', () => {
88
it('should find matches-error', () => {
89
- console.log(results.incomplete);
90
const matchesError = results.incomplete.find(
91
result => result.id === 'matches-error'
92
);
0 commit comments