File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Thanks for being willing to contribute!
8
8
## Project setup
9
9
10
10
1 . Fork and clone the repo
11
- 2 . Run ` npm run setup -s ` to install dependencies and run validation
11
+ 2 . Run ` npm run setup ` to install dependencies and run validation
12
12
3 . Create a branch for your PR with ` git checkout -b pr/your-branch-name `
13
13
14
14
> Tip: Keep your ` master ` branch pointing at the original repository and make
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ export type BoundFunction<T> = T extends (
10
10
: never
11
11
export type BoundFunctions < T > = { [ P in keyof T ] : BoundFunction < T [ P ] > }
12
12
13
- export function bindElementToQueries (
13
+ export function getQueriesForElement (
14
14
element : HTMLElement ,
15
15
) : BoundFunctions < typeof queries >
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ export * from './wait-for-element'
9
9
export * from './matches'
10
10
export * from './get-node-text'
11
11
export * from './events'
12
- export * from './bind-element-to-queries '
12
+ export * from './get-queries-for-element '
13
13
export * from './pretty-dom'
You can’t perform that action at this time.
0 commit comments