UNPKG
carabistouille-twitter
Version:
latest (4.1.1)
4.1.1
4.1.0
4.0.0
3.3.0
3.2.0
3.1.0
3.0.0
2.0.0
1.0.0
0.0.0
Tweet some fancy french insults
carabistouille-twitter
/
test
/
index.spec.ts
12 lines
(8 loc)
•
181 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{ run }
from
'../src/index'
;
import
{ expect }
from
'chai'
;
import
'mocha'
;
describe
(
'Run'
,
() =>
{
//no tests yet
//I don't want to access Twitter API during test
});