Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
af586fe
feat: run codemod to convert tests to gjs
Oct 24, 2025
cebbc08
feat: convert gjs files to gts (easy ones)
Oct 24, 2025
a24b39a
feat: convert Accordion tests to gts
Oct 24, 2025
dd00c83
feat: convert alert tests to gts
Oct 24, 2025
8524e55
feat: convert copyright-test to gts
Oct 24, 2025
dfeca54
feat: convert appheader tests to gts
Oct 24, 2025
6b8e2ce
feat: breadrumb index tests to gts
Oct 24, 2025
1b43516
feat: convert badge tests to gts
Oct 25, 2025
b1dc6e8
feat: convert reveal tests to gts
Oct 25, 2025
574ff4a
feat: convert grid item + index tests to gts
Oct 25, 2025
ed55fb6
feat: convert checkbox tests to gts
Oct 25, 2025
f192979
feat: convert field tests to gts
Oct 25, 2025
324d332
feat: convert fieldset tests to gts
Oct 25, 2025
9870107
feat: convert field input field tests to gts
Oct 25, 2025
400db33
feat: convert masked input field tests to gts
Oct 25, 2025
6e918ce
feat: convert radio card group tests to gts
Oct 25, 2025
1f21d25
feat: convert select field tests to gts
Oct 25, 2025
9bf04e6
feat: convert textarea field tests to gts
Oct 25, 2025
a527d1d
feat: convert character count tests to gts
Oct 25, 2025
a1a2618
feat: convert rest of dropdown tests to gts
Oct 25, 2025
6c6fa2b
feat: convert rest of dialog primitive tests to gts
Oct 25, 2025
95a6670
feat: convert disclosure primitive tests to gts
Oct 25, 2025
1c3ee14
feat: convert button tests to gts
Oct 25, 2025
133f315
feat: convert form index tests to gts
Oct 25, 2025
6a67f35
feat: convert rest of form toggle tests to gts
Oct 25, 2025
9122cce
feat: convert text input tests to gts
Oct 25, 2025
24578b2
feat: convert super select single tests to gts
Oct 25, 2025
0fb5219
feat: convert superselect multiple tests to gts
Oct 27, 2025
f908bef
feat: convert tooltip tests to gts
Oct 27, 2025
e6c3b24
feat: convert pagination nav subcomponent tests to gts
Oct 27, 2025
a713cc2
feat: convert rest of pagination tests to gts
Oct 27, 2025
40b5472
feat: convert most of advanced table tests to gts
Oct 27, 2025
e0a8ac8
feat: convert most of table tests to gts
Oct 27, 2025
1228800
feat: convert rich tooltip tests to gts
Oct 27, 2025
37b1e1c
chore: add sinon types as devdep
Oct 27, 2025
268005d
feat: convert rest of code editor tests to gts
Oct 27, 2025
2f020ae
feat: convert code block tests to gts
Oct 27, 2025
0c6dfd0
feat: convert copy button tests to gts
Oct 27, 2025
bd95d6c
feat: convert copy snippet to gts, improve copy button tests too
Oct 27, 2025
f6cd1c6
feat: convert flyout tests to gts
Oct 27, 2025
2449864
feat: convert modal tests to gts
Oct 27, 2025
30a2310
feat: converted key value input tests to gts
Oct 27, 2025
4ecc8f2
feat: convert rest of stepper tests to gts
Oct 27, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"@tsconfig/ember": "^3.0.10",
"@types/qunit": "^2.19.12",
"@types/rsvp": "^4.0.9",
"@types/sinon": "^17.0.4",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^9.1.2",
"ember-a11y-testing": "^7.1.2",
Expand Down Expand Up @@ -131,5 +132,9 @@
},
"ember": {
"edition": "octane"
},
"exports": {
"./tests/*": "./tests/*",
"./*": "./app/*"
}
}
Loading
Loading