Skip to content

Commit 82bd8b5

Browse files
authored
Merge pull request #131 from ember-cli/fix-tests
fix warpdrive lint tests
2 parents c6c51da + d0da2ba commit 82bd8b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
"tmp-promise": "^3.0.3",
5252
"vitest": "^4.0.0-beta.17"
5353
},
54-
"packageManager": "pnpm@10.7.0"
54+
"packageManager": "pnpm@10.20.0"
5555
}

tests/warpdrive.test.mjs

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

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

0 commit comments

Comments
 (0)