Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions packages/snaps-jest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,9 +540,8 @@ bundle during tests.
- Default: `true`

Whether to enable the built-in HTTP server. By default, it will be enabled. If
you want to use your own HTTP server, you can disable this option, and use the
`executionEnvironmentUrl` and `simulatorUrl` options to configure the URLs of
your own server.
you want to use your own HTTP server, you can disable this option and serve the
snap bundle yourself.

##### Example

Expand Down
1 change: 0 additions & 1 deletion packages/snaps-jest/src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const SnapsEnvironmentOptionsStruct = type({
* {
* "testEnvironment": "@metamask/snaps-jest",
* "testEnvironmentOptions": {
* "executionEnvironmentUrl": "http://localhost:8080",
* "server": {
* "port": 8080,
* /* ... *\/
Expand Down