UNPKG

eye.js

Version:

A JavaScript testing framework for the real world

23 lines (21 loc) 483 B
/* ** © Arthur Guiot 2017 ** EyeJS ** eye.js.org */ // Require all modules const ora = require("ora"); const colors = require("colors"); const express = require("express"); const open = require("openurl"); const fs = require("fs"); const path = require("path"); const notifier = require("node-notifier"); const { get } = require("http") // polyfill //= includes/other/polyfill.js // Class EyeJS class EyeJS { //= includes/functions } //= includes/other/export.js