Skip to content

Commit a5072ad

Browse files
Showcase: convert integration tests to gts/gjs (#3326)
Co-authored-by: Kristin Bradley <[email protected]>
1 parent 85d9c52 commit a5072ad

File tree

191 files changed

+16639
-10226
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+16639
-10226
lines changed

pnpm-lock.yaml

Lines changed: 52 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

showcase/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"@babel/plugin-proposal-decorators": "^7.27.1",
4242
"@codemirror/lint": "^6.8.4",
4343
"@codemirror/state": "^6.5.0",
44+
"@codemirror/view": "^6.36.2",
4445
"@ember/optional-features": "^2.2.0",
4546
"@ember/render-modifiers": "^3.0.0",
4647
"@ember/string": "^4.0.1",
@@ -131,5 +132,9 @@
131132
},
132133
"ember": {
133134
"edition": "octane"
135+
},
136+
"exports": {
137+
"./tests/*": "./tests/*",
138+
"./*": "./app/*"
134139
}
135140
}

0 commit comments

Comments
 (0)