Skip to content

Commit 905b0d4

Browse files
committed
Update tests and tsconfig
1 parent 7ffff04 commit 905b0d4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

files/tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"extends": "@ember/app-tsconfig",
33
"include": ["app", "tests", "types"],
4-
"glint": {
5-
"environment": ["ember-loose", "ember-template-imports"]
6-
},
74
"compilerOptions": {
85
"allowJs": true,
96
"paths": {

tests/lint.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe('linting & formatting', function () {
5656
it('glint passes', async function () {
5757
expect(
5858
JSON.parse(app.files['package.json']).scripts['lint:types'],
59-
).to.equal('glint');
59+
).to.equal('ember-tsc --noEmit');
6060

6161
let { exitCode, stdout } = await app.execa('pnpm', ['lint:types']);
6262

0 commit comments

Comments
 (0)