-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make tests async again with process dict
- Loading branch information
1 parent
8d74258
commit 97af8d4
Showing
14 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
defmodule BitstylesPhoenix.Alpine3.DropdownTest do | ||
use BitstylesPhoenix.ComponentCase, async: false | ||
use BitstylesPhoenix.ComponentCase, async: true | ||
|
||
doctest BitstylesPhoenix.Alpine3.Dropdown, import: true | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
defmodule BitstylesPhoenix.Alpine3.SidebarTest do | ||
use BitstylesPhoenix.ComponentCase, async: false | ||
use BitstylesPhoenix.ComponentCase, async: true | ||
|
||
doctest BitstylesPhoenix.Alpine3.Sidebar, import: true | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
defmodule BitstylesPhoenix.Component.BadgeTest do | ||
use BitstylesPhoenix.ComponentCase, async: false | ||
use BitstylesPhoenix.ComponentCase, async: true | ||
|
||
doctest BitstylesPhoenix.Component.Badge | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
defmodule BitstylesPhoenix.Component.BreadcrumbsTest do | ||
use BitstylesPhoenix.ComponentCase, async: false | ||
use BitstylesPhoenix.ComponentCase, async: true | ||
|
||
doctest BitstylesPhoenix.Component.Breadcrumbs | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
defmodule BitstylesPhoenix.Component.DescriptionListTest do | ||
use BitstylesPhoenix.ComponentCase, async: false | ||
use BitstylesPhoenix.ComponentCase, async: true | ||
|
||
doctest BitstylesPhoenix.Component.DescriptionList | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
defmodule BitstylesPhoenix.Component.DropdownTest do | ||
use BitstylesPhoenix.ComponentCase, async: false | ||
use BitstylesPhoenix.ComponentCase, async: true | ||
|
||
doctest BitstylesPhoenix.Component.Dropdown | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
defmodule BitstylesPhoenix.FlashTest do | ||
use BitstylesPhoenix.ComponentCase, async: false | ||
use BitstylesPhoenix.ComponentCase, async: true | ||
|
||
doctest BitstylesPhoenix.Component.Flash | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
defmodule BitstylesPhoenix.Component.IconTest do | ||
use BitstylesPhoenix.ComponentCase, async: false | ||
use BitstylesPhoenix.ComponentCase, async: true | ||
|
||
doctest BitstylesPhoenix.Component.Icon | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
defmodule BitstylesPhoenix.Component.ModalTest do | ||
use BitstylesPhoenix.ComponentCase, async: false | ||
use BitstylesPhoenix.ComponentCase, async: true | ||
|
||
doctest BitstylesPhoenix.Component.Modal | ||
end |