UNPKG
trc-client-core
Version:
latest (0.0.3)
0.0.3
The core of the TRC Client
github.com/blueflag/trc-client-core
blueflag/trc-client-core
trc-client-core
/
src
/
utils
/
GenericTests.js
10 lines
(9 loc)
•
269 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
var
GenericTests = { plainRefluxStateSet: function(test) { it(test.it, function () {
this
[test.call](test.with);
expect
(
this
.
get
(test.
get
))[test.compare](test.expected); }.bind(
this
)); } }; module.exports = GenericTests;