Skip to content

Commit f01e6a3

Browse files
pvinisthymikee
authored andcommitted
lets use it
1 parent 87de07d commit f01e6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/render.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,9 @@ test('renders options.wrapper around updated node', () => {
384384
});
385385

386386
test('returns custom queries added', () => {
387-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
388387
const _getByCustom = (instance: ReactTestInstance) =>
389388
function (someArg: string) {
389+
console.log({ instance });
390390
return `You sent: ${someArg}`;
391391
};
392392

0 commit comments

Comments
 (0)