-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
This is basically a copy of #10. I commented there, but given it's closed, it might get lost so just repeating that here:
I can share what is being run on my case:
npx sfdx-lwc-jest -- -t '^c\\-api\\-data\\-fetcher does not display success or error messages when loading$' /home/fede/P
rogramming/Salesforce/one\\-customer\\-care\\-sfdc/force\\-app/main/default/lwc/apiDataFetcher/__tests__/apiDataFetcher\\.test\\.jsPlease note the npx sfdx-lwc-jest -- is a wrapper around jest, but works fine if the dashes are not double escaped:
npx sfdx-lwc-jest -- -t '^c-api-data-fetcher does not display' force-app/main/default/lwc/apiDataFetcher/__tests__/apiDataFetcher.test.js works fine (I dropped the $, but it just ends up running multiple tests)
This is my config:
return {
'David-Kunz/jester',
config = function()
require('jester').setup {
cmd = "npx sfdx-lwc-jest -- -t '$result' $file",
prepend = { 'describe' },
terminal_cmd = ":ToggleTerm direction=float"
}
end
}Replicated in bash and zsh. Both in and out of tmux, and both in alacritty and gnome-terminal.
Let me know what other info I can get for you.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels