Skip to content

Commit

Permalink
chore(release): fix unit test import
Browse files Browse the repository at this point in the history
  • Loading branch information
fahslaj committed Oct 16, 2023
1 parent 09e226a commit 2cc1561
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { type ProjectGraph } from '../../../devkit-exports';
import { NxReleaseConfig } from './config';
import { CATCH_ALL_RELEASE_GROUP } from './create-release-groups';
import { CATCH_ALL_RELEASE_GROUP, NxReleaseConfig } from './config';
import { filterReleaseGroups } from './filter-release-groups';

describe('filterReleaseGroups()', () => {
Expand Down

0 comments on commit 2cc1561

Please sign in to comment.