UNPKG
@buggyorg/library-specification
Version:
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
Specification for buggy component library servers.
@buggyorg/library-specification
/
lib
/
tests
/
problem.js
9 lines
(7 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
=
function
(
serve
) {
// Implement tests here...
};