Skip to content
Arthur Guiot edited this page Oct 14, 2017 · 1 revision

How it works?

If your initial value is a function, using this function, you can run it and check that it throws no errors.

Example

eye.test("will run", "node",
    $ => $(function () {
        console.log("Hello 👋 World 🌎!")
    }).toRun()
)

⚠️ Questions?

Don't hesitate to ask your questions ⁉️ in the issue part 😁

Clone this wiki locally