UNPKG

apc-youtube

Version:

Library for converting different forms of Youtube URL for embedding into an Iframe.

13 lines (12 loc) 300 B
module.exports = function(config) { config.set({ testRunner: "mocha", mutator: "javascript", transpilers: [], reporter: ["html", "clear-text", "progress"], packageManager: "yarn", testFramework: "mocha", coverageAnalysis: "perTest", mutate: ["src/**/*.js"] }); };