UNPKG
tinytar-node10
Version:
latest (0.1.0)
0.1.0
Pure javascript implementation of POSIX TAR file format.
github.com/jmanart/tinytar
jmanart/tinytar
tinytar-node10
/
tests
/
index.js
10 lines
(6 loc)
•
106 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
describe
(
'Stub'
,
function
(
) {
it
(
'Should pass'
,
function
(
done
) {
done
(); }); });