Lines Matching refs:tape
1 var tape = require('tape') variable
7 tape('passthrough', function(t) {
22 tape('passthrough + double end', function(t) {
39 tape('async passthrough + end', function(t) {
62 tape('duplex', function(t) {
97 tape('async', function(t) {
118 tape('destroy', function(t) {
137 tape('destroy both', function(t) {
160 tape('bubble read errors', function(t) {
178 tape('bubble write errors', function(t) {
196 tape('reset writable / readable', function(t) {
224 tape('cork', function(t) {
243 tape('prefinish not twice', function(t) {
260 tape('close', function(t) {
271 tape('works with node native streams (net)', function(t) {