fossasia/loklak_webclient

View on GitHub
iframely/plugins/domains/test.com/test3.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {

    getLink: function(test_data2) {
        return {
            href: 'http://test.com',
            type: 'text/html'
        };
    },

    tests: {
        noTest: true
    }
};