Sha256: 268977489b0fc50a2fb7a249248ef72d14c25e3a7903b43e7662183c18537c54

Contents?: true

Size: 292 Bytes

Versions: 62

Compression:

Stored size: 292 Bytes

Contents

    it("should successfully execute <%name%>",  function(next) {
        client.<%funcName%>(
            <%params%>,
            function(err, res) {
                Assert.equal(err, null);
                // other assertions go here
                next();
            }
        );
    });

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.3.1 node_modules/bower/node_modules/github/templates/test_handler.js.tpl
trusty-festivity-extension-2.3.0 node_modules/bower/node_modules/github/templates/test_handler.js.tpl