1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
25 | import { locator } from '@instructure/ui-test-locator';
|
26 | import { accessible, parseQueryArguments, findWithLabel, findWithText, findWithTitle, findByQuery, findAllByQuery, matchesSelector, querySelectorAll, querySelector, firstOrNull, wrapQueryResult, find, findAll, findAllFrames, findFrame, debug } from '@instructure/ui-test-queries';
|
27 | import { mount, unmount, stub, spy, viewport, match } from '@instructure/ui-test-sandbox';
|
28 | import './utils/shims';
|
29 | import { waitForExpect } from './utils/waitForExpect';
|
30 | import { expect } from './utils/expect';
|
31 | import { generateA11yTests } from './utils/generateA11yTests';
|
32 | import { generateComponentExamples } from './utils/generateComponentExamples';
|
33 | import { generatePropCombinations } from './utils/generatePropCombinations';
|
34 |
|
35 |
|
36 |
|
37 |
|
38 | const within = wrapQueryResult;
|
39 | const wrap = wrapQueryResult;
|
40 | const wait = waitForExpect;
|
41 | export { generateComponentExamples, generatePropCombinations, generateA11yTests, viewport, accessible, parseQueryArguments, findWithLabel, findWithText, findWithTitle, findByQuery, findAllByQuery, matchesSelector, querySelectorAll, querySelector, locator, firstOrNull, within, wrapQueryResult, wrap, waitForExpect, wait, expect, mount, unmount, stub, spy, match, find, findAll, findAllFrames, findFrame, debug }; |
\ | No newline at end of file |