Skip to content

Commit

Permalink
Merge branch 'master' into test-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister authored Jan 2, 2021
2 parents b50b921 + 51b46f6 commit 90bfb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/test/browser/useDebugValue.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { createElement, render, options } from 'preact';
import { setupScratch, teardown } from '../../../test/_util/helpers';
import { useDebugValue, useState } from 'preact/hooks';

/** @jsx createElement*/
/** @jsx createElement */

describe('useDebugValue', () => {
/** @type {HTMLDivElement} */
Expand Down

0 comments on commit 90bfb18

Please sign in to comment.