Skip to content

Commit

Permalink
debug4
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Jan 13, 2023
1 parent cbf03f2 commit 105fdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/next-test-utils.js
Expand Up @@ -959,5 +959,5 @@ export function getSnapshotTestDescribe(variant) {

console.log('shouldSkip', shouldSkip)

return shouldSkip ? describe.skip : describe
return shouldSkip ? () => {} : describe
}

0 comments on commit 105fdd4

Please sign in to comment.