Skip to content

Commit

Permalink
use sink as module
Browse files Browse the repository at this point in the history
  • Loading branch information
Floby committed Mar 29, 2013
1 parent 8401bd2 commit fdefff6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 27 deletions.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -10,7 +10,8 @@
"stream-stream": "~1.1.0"
},
"devDependencies": {
"nodeunit":"0.7"
"nodeunit":"0.7",
"stream-sink":"1.x.x"
},
"scripts": {
"test": "nodeunit test/test-*.js"
Expand Down
21 changes: 0 additions & 21 deletions test/sink.js

This file was deleted.

2 changes: 1 addition & 1 deletion test/test-00-onefile.js
@@ -1,4 +1,4 @@
var Sink = require('./sink');
var Sink = require('stream-sink');
var blue = require('../');

exports.testOneFile = function(test) {
Expand Down
2 changes: 1 addition & 1 deletion test/test-10-include.js
@@ -1,4 +1,4 @@
var Sink = require('./sink');
var Sink = require('stream-sink');
var blue = require('../');

exports.testSimpleInclude = function(test) {
Expand Down
2 changes: 1 addition & 1 deletion test/test-20-data.js
@@ -1,4 +1,4 @@
var Sink = require('./sink');
var Sink = require('stream-sink');
var blue = require('../');

exports.testDataString = function(test) {
Expand Down
2 changes: 1 addition & 1 deletion test/test-25-data-stream.js
@@ -1,4 +1,4 @@
var Sink = require('./sink');
var Sink = require('stream-sink');
var blue = require('../');

exports.testDataStream = function(test) {
Expand Down
2 changes: 1 addition & 1 deletion test/test-30-filter.js
@@ -1,4 +1,4 @@
var Sink = require('./sink');
var Sink = require('stream-sink');
var blue = require('../');

exports.testFilterData = function(test) {
Expand Down

0 comments on commit fdefff6

Please sign in to comment.