for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
// spec/Throwable.spec.js
"use strict";
// :: DEPENDENCIES
// load native dependencies
const path = require("path");
// load local dependencies
const hierarchy = require(path.join(__dirname, "helpers", "hierarchy-helper.js"));
// :: TESTING
hierarchy(["Throwable"]);