We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa16c5 commit 5863438Copy full SHA for 5863438
config/runtime.exs
@@ -0,0 +1,5 @@
1
+import Config
2
+
3
4
+IO.puts("Load runtime config...")
5
+Bonfire.Common.Config.LoadExtensionsConfig.load_configs(Bonfire.UI.Me.RuntimeConfig)
test/test_helper.exs
@@ -1,6 +1,6 @@
-IO.puts("Prepare to run tests...")
-
+IO.puts("Start app...")
Application.ensure_all_started(:bonfire)
+IO.puts("Prepare to run tests...")
Code.ensure_loaded!(Bonfire.Testing)
6
Bonfire.Testing.configure_start_test()
0 commit comments