Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test: Final test fixup
  • Loading branch information
hyperupcall committed Feb 21, 2023
commit 9796a293b2a218b3414acd1ac14070574b7bbe6b
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ describe("convertOrderedImports", () => {
["sibling", "index"],
],
pathGroupsExcludedImportTypes: [],
distinctGroup: true,
distinctGroup: false,
pathGroups: [
{
pattern: "./",
Expand Down Expand Up @@ -557,7 +557,7 @@ describe("convertOrderedImports", () => {
["sibling", "index"],
],
pathGroupsExcludedImportTypes: [],
distinctGroup: true,
distinctGroup: false,
pathGroups: [
{
pattern: "./",
Expand Down Expand Up @@ -632,7 +632,7 @@ describe("convertOrderedImports", () => {
["sibling", "index"],
],
pathGroupsExcludedImportTypes: [],
distinctGroup: true,
distinctGroup: false,
pathGroups: [
{
pattern: "./",
Expand Down Expand Up @@ -733,7 +733,7 @@ describe("convertOrderedImports", () => {
["sibling", "index"],
],
pathGroupsExcludedImportTypes: [],
distinctGroup: true,
distinctGroup: false,
pathGroups: [
{
pattern: "./",
Expand Down Expand Up @@ -807,7 +807,7 @@ describe("convertOrderedImports", () => {
["sibling", "index"],
],
pathGroupsExcludedImportTypes: [],
distinctGroup: true,
distinctGroup: false,
pathGroups: [
{
pattern: "./",
Expand Down Expand Up @@ -880,7 +880,7 @@ describe("convertOrderedImports", () => {
["sibling", "index"],
],
pathGroupsExcludedImportTypes: [],
distinctGroup: true,
distinctGroup: false,
pathGroups: [
{
pattern: "./",
Expand Down