'use strict' module.exports = { createLinkTag: test => { test.ok(true) test.done() } }