We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f46434 commit 10d2d5fCopy full SHA for 10d2d5f
1 file changed
…st/unit/commands/pg/upgrade.unit.test.ts …t/commands/pg/upgrade/index.unit.test.tspackages/cli/test/unit/commands/pg/upgrade.unit.test.ts renamed to packages/cli/test/unit/commands/pg/upgrade/index.unit.test.ts
@@ -1,11 +1,11 @@
1
import {stderr} from 'stdout-stderr'
2
-import Cmd from '../../../../src/commands/pg/upgrade'
3
-import runCommand from '../../../helpers/runCommand'
4
-import expectOutput from '../../../helpers/utils/expectOutput'
+import Cmd from '../../../../../src/commands/pg/upgrade'
+import runCommand from '../../../../helpers/runCommand'
+import expectOutput from '../../../../helpers/utils/expectOutput'
5
import {expect} from 'chai'
6
import * as nock from 'nock'
7
import heredoc from 'tsheredoc'
8
-import * as fixtures from '../../../fixtures/addons/fixtures'
+import * as fixtures from '../../../../fixtures/addons/fixtures'
9
10
describe('pg:upgrade', function () {
11
const hobbyAddon = fixtures.addons['www-db']
0 commit comments