refactor: check spelling (#2200)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -17,7 +17,7 @@ This package deals with providing a JavaScript sandbox for executing various sec
|
||||
|
||||
## How does this work?
|
||||
|
||||
This package makes use of [quickjs-empscripten](https://www.npmjs.com/package/quickjs-emscripten) for building sandboxes for running external code on Hoppscotch.
|
||||
This package makes use of [quickjs-emscripten](https://www.npmjs.com/package/quickjs-emscripten) for building sandboxes for running external code on Hoppscotch.
|
||||
|
||||
Currently implemented sandboxes:
|
||||
- Hoppscotch Test Scripts
|
||||
|
||||
@@ -34,7 +34,7 @@ export const runTestScript = (
|
||||
/**
|
||||
* Executes a given pre-request script on the sandbox
|
||||
* @param preRequestScript The script to run
|
||||
* @param env The envirionment variables active
|
||||
* @param env The environment variables active
|
||||
* @returns A TaskEither with an error message or an array of the final environments with the all the script values applied
|
||||
*/
|
||||
export const runPreRequestScript = execPreRequestScript
|
||||
|
||||
Reference in New Issue
Block a user