Skip to content

Commit

Permalink
Enhance the test suite
Browse files Browse the repository at this point in the history
Offers better coverage of the package rather than simply a listener check.
  • Loading branch information
stephenyeargin committed Jun 28, 2018
1 parent c09aeea commit 0601d3b
Show file tree
Hide file tree
Showing 8 changed files with 4,703 additions and 85 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ module.exports = function(grunt) {
release: {
options: {
tagName: 'v<%= version %>',
commitMessage: 'Prepared to release <%= version %>.'
commitMessage: 'Prepared to release <%= version %>.',
additionalFiles: ['package-lock.json']
}
},
watch: {
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# hubot-youtube

A hubot script for searching YouTube
[![npm version](https://badge.fury.io/js/hubot-untappd-friends.svg)](http://badge.fury.io/js/hubot-untappd-friends) [![Build Status](https://travis-ci.org/stephenyeargin/hubot-untappd-friends.svg?branch=master)](https://travis-ci.org/stephenyeargin/hubot-untappd-friends)

See [`src/youtube.coffee`](src/youtube.coffee) for full documentation.
A Hubot script for searching YouTube.

## Installation

Expand Down
Loading

0 comments on commit 0601d3b

Please sign in to comment.