Skip to content

Commit

Permalink
Update sources/__tests__/is-disabled.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored May 7, 2023
1 parent e051f9c commit 38c8dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/__tests__/is-disabled.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { isDisabled } from "../is-disabled";
import { cleanup, renderIntoDocument } from "./helpers/test-utils";

describe("isInaccessible", () => {
describe("isDisabled", () => {
afterEach(cleanup);
test.each([
["<button data-test />", false],
Expand Down

0 comments on commit 38c8dbe

Please sign in to comment.