fixup! fixup! chore(just): add pattern parameter to test command
This commit is contained in:
parent
c0ed77aff5
commit
0920e49335
2
justfile
2
justfile
|
@ -47,7 +47,7 @@ validate:
|
||||||
awesomerc.tl
|
awesomerc.tl
|
||||||
# `find . -type f -iname '*.d.tl' | xargs`
|
# `find . -type f -iname '*.d.tl' | xargs`
|
||||||
|
|
||||||
test PATTERN=".*":
|
test PATTERN="_spec":
|
||||||
busted --pattern={{ PATTERN }}
|
busted --pattern={{ PATTERN }}
|
||||||
|
|
||||||
# Requires a patched version of luacov (https://github.com/lunarmodules/luacov/issues/98#issuecomment-1530491759)
|
# Requires a patched version of luacov (https://github.com/lunarmodules/luacov/issues/98#issuecomment-1530491759)
|
||||||
|
|
Loading…
Reference in New Issue