Skip to content

Commit b08f816

Browse files
committed
Run mix format
1 parent 71d0d3e commit b08f816

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demo/config/test.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ config :phoenix_test,
99
endpoint: DemoWeb.Endpoint,
1010
otp_app: :demo,
1111
playwright: [
12-
assets_dir: "./", # directory containing node_modules
12+
# directory containing node_modules
13+
assets_dir: "./",
1314
browser: :chromium,
1415
browser_launch_timeout: 10_000,
1516
trace: System.get_env("PW_TRACE", "false") in ~w(t true)

0 commit comments

Comments
 (0)