Skip to content

Commit

Permalink
fixing test paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Sep 8, 2024
1 parent e87cd6f commit bf7655b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/scenarios/vite-internals-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ appScenarios
import { setupRenderingTest } from 'app-template/tests/helpers';
import { render } from '@ember/test-helpers';
import { hbs } from 'ember-cli-htmlbars';
import { appLibOne as libOneViaAddon, appLibTwo as libTwoViaAddon } from '../v1-example-addon';
import appLibOne from '../lib/app-lib-one';
import appLibTwo from '../lib/app-lib-two';
import { appLibOne as libOneViaAddon, appLibTwo as libTwoViaAddon } from 'app-template/v1-example-addon';
import appLibOne from 'app-template/lib/app-lib-one';
import appLibTwo from 'app-template/lib/app-lib-two';
module('Integration | Component | example', function (hooks) {
setupRenderingTest(hooks);
Expand Down

0 comments on commit bf7655b

Please sign in to comment.