Skip to content

Commit 67fd410

Browse files
committed
Try BeforeAll
1 parent a916900 commit 67fd410

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/ios-integration.Tests.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# This file contains test cases for https://pester.dev/
22
Set-StrictMode -Version Latest
33
$ErrorActionPreference = 'Stop'
4-
. $PSScriptRoot/ios-simulator-utils.ps1
54
. $PSScriptRoot/../integration-test/common.ps1
65

76
Describe 'MAUI app' {
7+
BeforeAll {
8+
. $PSScriptRoot/ios-simulator-utils.ps1
9+
}
810
It 'Produces the expected exceptions' {
911
$result = Invoke-SentryServer {
1012
Param([string]$url)

0 commit comments

Comments
 (0)