/** * Basic JavaScript Tests. * * @type {{Utility Basic Tests: {test-one: "test-one"}}} */ module.exports = { "Utility Tests": { "example-test": function() { } } };