Skip to content

Commit fd06977

Browse files
committed
Move fixtures
1 parent c40c1f0 commit fd06977

File tree

13 files changed

+7
-7
lines changed

13 files changed

+7
-7
lines changed

test/cli.amend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import beforeEachCLI from './helpers/beforeEachCLI';
2-
import expectedTree from './fixture/tree';
2+
import expectedTree from './fixtures/tree';
33
import getCurrCommitHash from './helpers/getCurrCommitHash';
44
import getCurrTagHash from './helpers/getCurrTagHash';
55
import getCurrTree from './helpers/getCurrTree';

test/cli.amend.skipTag.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import beforeEachCLI from './helpers/beforeEachCLI';
2-
import expectedTree from './fixture/tree';
2+
import expectedTree from './fixtures/tree';
33
import getCurrCommitHash from './helpers/getCurrCommitHash';
44
import getCurrTagHash from './helpers/getCurrTagHash';
55
import getCurrTree from './helpers/getCurrTree';

test/cli.default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import beforeEachCLI from './helpers/beforeEachCLI';
2-
import expectedTree from './fixture/tree';
2+
import expectedTree from './fixtures/tree';
33
import getCurrTree from './helpers/getCurrTree';
44
import test from 'ava';
55
import versionTempWithCLI from './helpers/versionTempWithCLI';

test/cli.neverAmend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import beforeEachCLI from './helpers/beforeEachCLI';
2-
import expectedTree from './fixture/tree';
2+
import expectedTree from './fixtures/tree';
33
import getCurrTree from './helpers/getCurrTree';
44
import test from 'ava';
55
import versionTempWithCLI from './helpers/versionTempWithCLI';

test/fixture/AwesomeProjectEssentials/android/app/build.gradle renamed to test/fixtures/AwesomeProjectEssentials/android/app/build.gradle

File renamed without changes.

test/fixture/AwesomeProjectEssentials/ios/AwesomeProjectEssentials.xcodeproj/project.pbxproj renamed to test/fixtures/AwesomeProjectEssentials/ios/AwesomeProjectEssentials.xcodeproj/project.pbxproj

File renamed without changes.

test/fixture/AwesomeProjectEssentials/ios/AwesomeProjectEssentials/Info.plist renamed to test/fixtures/AwesomeProjectEssentials/ios/AwesomeProjectEssentials/Info.plist

File renamed without changes.

test/fixture/AwesomeProjectEssentials/ios/AwesomeProjectEssentialsTests/Info.plist renamed to test/fixtures/AwesomeProjectEssentials/ios/AwesomeProjectEssentialsTests/Info.plist

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)