We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1279f9b commit 8ebf07eCopy full SHA for 8ebf07e
CONTRIBUTING.md
@@ -71,6 +71,18 @@ Tests for `PackageToJS` plugin:
71
swift test --package-path ./Plugins/PackageToJS
72
```
73
74
+Tests for `BridgeJS` plugin:
75
+
76
+```bash
77
+swift test --package-path ./Plugins/BridgeJS
78
+```
79
80
+To update snapshot test files when expected output changes:
81
82
83
+UPDATE_SNAPSHOTS=1 swift test --package-path ./Plugins/BridgeJS
84
85
86
### Editing `./Runtime` directory
87
88
The `./Runtime` directory contains the JavaScript runtime that interacts with the JavaScript environment and Swift code.
0 commit comments