UNPKG

bot-utils

Version:

JavaScript program and Discord Bot development tools

7 lines (6 loc) 241 B
const { join: j } = require("path"); const util = require(j(__dirname, "..", "build", "index.js")); test("Checks if the object is a array", () => { expect(["1", 2, 4].isArray()).toBeTruthy(); expect("One".isArray()).toBeFalsy(); });