Skip to content

Commit ab82f88

Browse files
committed
Import correct file for deprecatino-workflow
1 parent c9f6cdf commit ab82f88

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/deprecation-workflow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import setupDeprecationWorkflow from 'ember-cli-deprecation-workflow';
1+
import setupDeprecationWorkflow from '#src/index.js';
22

33
// We export this here to be able to import from our own tests
44
export const config = {

tests/unit/deprecation-collector-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import { module } from 'qunit';
55
import test from '../helpers/debug-test';
6-
import { deprecationCollector } from 'ember-cli-deprecation-workflow';
6+
import { deprecationCollector } from '#src/index.js';
77

88
let originalWarn, originalConfig;
99

tests/unit/flush-deprecations-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { module } from 'qunit';
44
import test from '../helpers/debug-test';
5-
import { flushDeprecations } from 'ember-cli-deprecation-workflow';
5+
import { flushDeprecations } from '#src/index.js';
66

77
let originalWarn, originalConfig;
88

tests/unit/handle-deprecation-workflow-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { module } from 'qunit';
44
import test from '../helpers/debug-test';
5-
import { handleDeprecationWorkflow } from 'ember-cli-deprecation-workflow';
5+
import { handleDeprecationWorkflow } from '#src/index.js';
66

77
let originalWarn, originalConfig;
88

0 commit comments

Comments
 (0)