File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- ExUnit . configure ( formatters: [ JUnitFormatter ] )
1+ ExUnit . configure ( formatters: [ JUnitFormatter , ExUnit.CLIFormatter ] )
22ExUnit . start ( )
33
44Ecto.Adapters.SQL.Sandbox . mode ( Authenticator.Repo , :manual )
Original file line number Diff line number Diff line change 1- ExUnit . configure ( formatters: [ JUnitFormatter ] )
1+ ExUnit . configure ( formatters: [ JUnitFormatter , ExUnit.CLIFormatter ] )
22ExUnit . start ( )
Original file line number Diff line number Diff line change 1- ExUnit . configure ( formatters: [ JUnitFormatter ] )
1+ ExUnit . configure ( formatters: [ JUnitFormatter , ExUnit.CLIFormatter ] )
22ExUnit . start ( )
33
44Ecto.Adapters.SQL.Sandbox . mode ( ResourceManager.Repo , :manual )
Original file line number Diff line number Diff line change 1- ExUnit . configure ( formatters: [ JUnitFormatter ] )
1+ ExUnit . configure ( formatters: [ JUnitFormatter , ExUnit.CLIFormatter ] )
22ExUnit . start ( )
You can’t perform that action at this time.
0 commit comments