From dd88b9fc3e8c212187c49fb9c89e7f7604dbedfc Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Fri, 26 Jan 2024 14:40:11 +0000 Subject: [PATCH] remove useless test --- tests/unit/services/navbar-test.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tests/unit/services/navbar-test.js diff --git a/tests/unit/services/navbar-test.js b/tests/unit/services/navbar-test.js deleted file mode 100644 index 6d37362f..00000000 --- a/tests/unit/services/navbar-test.js +++ /dev/null @@ -1,12 +0,0 @@ -import { moduleFor, test } from 'ember-qunit'; - -moduleFor('service:navbar', 'Unit | Service | navbar', { - // Specify the other units that are required for this test. - // needs: ['service:foo'] -}); - -// Replace this with your real tests. -test('it exists', function(assert) { - let service = this.subject(); - assert.ok(service); -});