Skip to content

Commit

Permalink
Merge pull request #2486 from codecrafters-io/dependabot/npm_and_yarn…
Browse files Browse the repository at this point in the history
…/ember-qunit-9.0.1

chore(deps-dev): bump ember-qunit from 8.1.0 to 9.0.1
  • Loading branch information
rohitpaulk authored Feb 21, 2025
2 parents a760a6d + dfe5140 commit 0e7830f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 338 deletions.
339 changes: 4 additions & 335 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"ember-math-helpers": "^4.0.0",
"ember-modifier": "^4.2.0",
"ember-page-title": "^8.2.3",
"ember-qunit": "^8.1.0",
"ember-qunit": "^9.0.1",
"ember-resize-modifier": "^0.7.1",
"ember-resolver": "^13.1.0",
"ember-sinon-qunit": "^7.5.0",
Expand Down
3 changes: 2 additions & 1 deletion tests/unit/services/dark-mode-test.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { module, test } from 'qunit';
import { setupTest } from 'codecrafters-frontend/tests/helpers';
import type { TestContext } from '@ember/test-helpers';

module('Unit | Service | dark-mode', function (hooks) {
setupTest(hooks);

// TODO: Replace this with your real tests.
test('it exists', function (assert) {
test('it exists', function (this: TestContext, assert) {
const service = this.owner.lookup('service:dark-mode');
assert.ok(service);
});
Expand Down
Loading

0 comments on commit 0e7830f

Please sign in to comment.