Skip to content

Commit 10d2d5f

Browse files
committed
moving unit test
1 parent 2f46434 commit 10d2d5f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/cli/test/unit/commands/pg/upgrade.unit.test.ts renamed to packages/cli/test/unit/commands/pg/upgrade/index.unit.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
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'
2+
import Cmd from '../../../../../src/commands/pg/upgrade'
3+
import runCommand from '../../../../helpers/runCommand'
4+
import expectOutput from '../../../../helpers/utils/expectOutput'
55
import {expect} from 'chai'
66
import * as nock from 'nock'
77
import heredoc from 'tsheredoc'
8-
import * as fixtures from '../../../fixtures/addons/fixtures'
8+
import * as fixtures from '../../../../fixtures/addons/fixtures'
99

1010
describe('pg:upgrade', function () {
1111
const hobbyAddon = fixtures.addons['www-db']

0 commit comments

Comments
 (0)