UNPKG
straal
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Wrapper for Xray's REST API
straal
/
lib
/
__tests__
/
straal.test.js
9 lines
(7 loc)
•
177 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
assert =
require
(
'assert'
);
const
straal =
require
(
'../index.js'
);
describe
(
'straal'
,
() =>
{
it
(
'has a test'
,
() =>
{
assert
(
true
,
'straal has a test'
); }); });