Skip to content

Commit

Permalink
Use correct import paths (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Jan 12, 2024
1 parent 703656d commit c2a7e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test-app/tests/utils/helper/js-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { settled } from '@ember/test-helpers';
import { module, test } from 'qunit';
import { setupTest } from 'ember-qunit';

import { helper } from 'ember-resources/util/helper';
import { helper } from 'reactiveweb/helper';

// not testing in template, because that's the easy part
module('Utils | helper | js', function (hooks) {
Expand Down
2 changes: 1 addition & 1 deletion tests/test-app/tests/utils/link-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Service, { inject as service } from '@ember/service';
import { module, test } from 'qunit';
import { setupTest } from 'ember-qunit';

import { link } from 'ember-resources/link';
import { link } from 'reactiveweb/link';

module('@link', function (hooks) {
setupTest(hooks);
Expand Down

0 comments on commit c2a7e26

Please sign in to comment.