Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 2dbc27c

Browse files
author
george
committed
remove context util test placeholder
1 parent 631def8 commit 2dbc27c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/__tests__/utils.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import ContextUtil, { dom, getFocusableElements } from "../utils"
1+
import { dom, getFocusableElements } from "../utils"
22

33
const testDom = `<div data-tester="true" data-removable class="wrapper">
44
<p>Hello world! <a href="#">this link is focusable</a> </p>
@@ -224,4 +224,4 @@ describe("getFocusableElements(container)", () => {
224224
})
225225
})
226226

227-
describe("ContextUtil", () => {})
227+
// describe("ContextUtil", () => {})

0 commit comments

Comments
 (0)