this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ft: add `async: false` to ExUnit test files by default

+1 -1
+1 -1
vim/.config/nvim/plugin/projections.vim
··· 27 27 \ 'test/*_test.exs': { 28 28 \ 'type': 'test', 29 29 \ 'alternate': 'lib/{}.ex', 30 - \ 'template': ['defmodule {camelcase|capitalize|dot}Test do', ' use ExUnit.Case', '', ' @subject {camelcase|capitalize|dot}', '', ' doctest @subject', 'end'], 30 + \ 'template': ['defmodule {camelcase|capitalize|dot}Test do', ' use ExUnit.Case, async: false', '', ' @subject {camelcase|capitalize|dot}', '', ' doctest @subject', 'end'], 31 31 \ }, 32 32 \ 'mix.exs': { 'type': 'mix' }, 33 33 \ 'config/*.exs': { 'type': 'config' },