Skip to content

Commit

Permalink
bunyan-prettystream: fix formatting of header, add tests, test it
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonswearingen committed Mar 4, 2015
1 parent 0f83c5e commit 5143ee9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions bunyan-prettystream/bunyan-prettystream-tests.ts
@@ -0,0 +1,4 @@
/// <reference path="bunyan-prettystream.d.ts" />

import PrettyStream = require("bunyan-prettystream");
var stream = new PrettyStream();
7 changes: 4 additions & 3 deletions bunyan-prettystream/bunyan-prettystream.d.ts
@@ -1,6 +1,7 @@
// type definitions for bunyan-prettystream
// project: https://www.npmjs.com/package/bunyan-prettystream
// definitions by jasons@novaleaf.com
// Type definitions for bunyan-prettystream
// Project: https://www.npmjs.com/package/bunyan-prettystream
// Definitions by: Jason Swearingen <https://github.com/jasonswearingen/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped

/// <reference path="../node/node.d.ts" />

Expand Down

0 comments on commit 5143ee9

Please sign in to comment.