Skip to content

Commit ee87dd0

Browse files
author
Mariusz Pasinski
committed
feat: remove xcframework dir from test code
1 parent 4154615 commit ee87dd0

File tree

1 file changed

+2
-2
lines changed
  • packages/react-native-node-api-modules/src/node/babel-plugin

1 file changed

+2
-2
lines changed

packages/react-native-node-api-modules/src/node/babel-plugin/plugin.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ describe("plugin", () => {
1111
it("transforms require calls, regardless", (context) => {
1212
const tempDirectoryPath = setupTempDirectory(context, {
1313
"package.json": `{ "name": "my-package" }`,
14-
"addon-1.apple.node/addon-1.node":
14+
"addon-1.node":
1515
"// This is supposed to be a binary file",
16-
"addon-2.apple.node/addon-2.node":
16+
"addon-2.node":
1717
"// This is supposed to be a binary file",
1818
"addon-1.js": `
1919
const addon = require('./addon-1.node');

0 commit comments

Comments
 (0)