Skip to content

Commit

Permalink
pnpm and npm tests pass, yarn4 does not, because it's actually *stric…
Browse files Browse the repository at this point in the history
…ter* than pnpm
  • Loading branch information
NullVoxPopuli committed Jan 9, 2025
1 parent 1051fb9 commit adc7336
Show file tree
Hide file tree
Showing 6 changed files with 388 additions and 186 deletions.
524 changes: 384 additions & 140 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tests/vite-basic-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"@embroider/vite": "0.2.2-unstable.4070ba7",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "1.5.0",
"@rollup/plugin-babel": "^6.0.4",
"@tsconfig/ember": "^3.0.8",
"@types/eslint__js": "^8.42.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { visit } from '@ember/test-helpers';

import { module, test } from 'qunit';

import { visit } from '@ember/test-helpers';
import { setupApplicationTest } from 'ember-qunit';

module('it works', function (hooks) {
Expand All @@ -13,6 +11,8 @@ module('it works', function (hooks) {
});

test('we can use the store', async function (assert) {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore this repo loads the declarations for qunit in the wrong order
const { owner } = this;
const store = owner.lookup('service:store');

Expand Down
43 changes: 0 additions & 43 deletions tests/vite-basic-compat/tests/helpers/index.ts

This file was deleted.

Empty file.
Empty file.

0 comments on commit adc7336

Please sign in to comment.