fossasia/loklak_webclient

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

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {

    provides: ['test_data2', 'test_plugin'],

    getData: function(test_data1) {
        return {
            test_data2: true,
            test_plugin: true
        };
    },

    tests: {
        noTest: true
    }
};