diff --git a/Support/Pester.sublime-build b/Support/Pester.sublime-build new file mode 100644 index 0000000..23f3339 --- /dev/null +++ b/Support/Pester.sublime-build @@ -0,0 +1,9 @@ +{ + "cmd": ["pwsh", "-NoProfile","-NonInteractive", "-ExecutionPolicy", "Bypass","-Command","Invoke-Pester"], + "selector": "source.powershell", + "file_regex": "at , (.+): line ([0-9]+)$", + + "windows": { + "cmd": ["powershell.exe", "-NoProfile","-NonInteractive", "-ExecutionPolicy", "Bypass","-Command","Invoke-Pester"], + } +}