Skip to content

Commit

Permalink
chore(readme): Add npm badge to readme. Also fix events test name
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-w committed Dec 28, 2017
1 parent 2f4b5d5 commit 7fe6248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Hijacker
[![npm](https://img.shields.io/npm/v/hijacker.svg)](https://www.npmjs.com/package/hijacker)
[![Build Status](https://travis-ci.org/travis-w/hijacker.svg?branch=master)](https://travis-ci.org/travis-w/hijacker)
[![Coverage Status](https://coveralls.io/repos/github/travis-w/hijacker/badge.svg?branch=master)](https://coveralls.io/github/travis-w/hijacker?branch=master)

Expand Down
2 changes: 1 addition & 1 deletion test/integration/events.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const Hijacker = require('../..')

describe('Integration Tests', () => {
describe('Events Tests', () => {
let config

beforeAll(() => {
Expand Down

0 comments on commit 7fe6248

Please sign in to comment.