exclude roles in command

This commit is contained in:
Leonardo Venturini
2024-11-08 08:32:48 -04:00
parent 557f8d3546
commit e00a111819

2
.envrc
View File

@@ -20,7 +20,7 @@ function @get-ready {
}
function @test-packages {
TINYTEST_FILTER="$1" @meteor test-packages --exclude-archs=web.browser.legacy,web.cordova
TINYTEST_FILTER="$1" @meteor test-packages --exclude-archs=web.browser.legacy,web.cordova --exclude=roles
}
function @test-self {