Skip to content

Instantly share code, notes, and snippets.

@sabesansathananthan
Created September 22, 2021 08:16
Show Gist options
  • Save sabesansathananthan/d4a69c8d4e1bf1ec9aa9669dde8ffb25 to your computer and use it in GitHub Desktop.
Save sabesansathananthan/d4a69c8d4e1bf1ec9aa9669dde8ffb25 to your computer and use it in GitHub Desktop.
mock network request in Jest
module.exports = {
// ...
globals: {
host: "127.0.0.1",
port: "5000",
debug: false,
},
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment