Skip to content

Commit 6af082f

Browse files
Update packages/react-native-node-api-modules/src/node/path-utils.test.ts
Co-authored-by: Kræn Hansen <mail@kraenhansen.dk>
1 parent 819c403 commit 6af082f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native-node-api-modules/src/node/path-utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ describe("isNodeApiModule", () => {
6060
});
6161

6262
// there is no way to set ACLs on directories in Node.js on Windows with brittle powershell commands
63-
(process.platform === "win32" ? it.skip : it)("returns false when directory cannot be read due to permissions", (context) => {
63+
it("returns false when directory cannot be read due to permissions", { skip: process.platform === "win32" }, (context) => {
6464
const tempDirectoryPath = setupTempDirectory(context, {
6565
"addon.android.node": "",
6666
});

0 commit comments

Comments
 (0)