We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56106df commit d58c577Copy full SHA for d58c577
test/test_helper.exs
@@ -1,11 +1,4 @@
1
# dynamically update the config to point to the test assets
2
-Application.put_env(:scenic, :assets,
3
- module: Scenic.Test.Assets,
4
- alias: [
5
- roboto_mono: "fonts/roboto_mono.ttf",
6
- test_roboto: "fonts/roboto.ttf",
7
- test_parrot: "images/parrot.png"
8
- ]
9
-)
+Application.put_env(:scenic, :assets, module: Scenic.Test.Assets )
10
11
ExUnit.start()
0 commit comments