UNPKG
trimet-live-archive
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
live trimet data to dat
github.com/joehand/trimet-live-archive
joehand/trimet-live-archive
trimet-live-archive
/
test
/
index.js
7 lines
(5 loc)
•
110 B
JavaScript
View Raw
1
2
3
4
5
6
7
var
test =
require
(
'tape'
)
test
(
'Example Test'
,
function
(
t
) { t.
plan
(
1
) t.
error
(
'No tests defined.'
) })