Initial commit
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
process.nextTick(function () {
|
||||
t.equal(Buffer('abc').toString('base64'), 'YWJj');
|
||||
t.equal(Buffer([98,99,100]).toString(), 'bcd');
|
||||
});
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
process.nextTick(function () {
|
||||
t.equal(__filename, '/foo/index.js');
|
||||
t.equal(__dirname, '/foo');
|
||||
});
|
||||
Reference in New Issue
Block a user