UNPKG
reheat
Version:
latest (1.0.0-beta.10)
1.0.0-beta.10
1.0.0-beta.9
1.0.0-beta.8
1.0.0-beta.7
1.0.0-beta.6
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
0.10.6
0.10.5
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.0
0.8.2
0.8.1
0.8.0
0.7.3
0.7.2
0.7.1
0.7.0
A red hot Node.js ORM for RethinkDB.
github.com/jmdobry/reheat
jmdobry/reheat
reheat
/
test
/
unit
/
connection
/
index.test.js
9 lines
(7 loc)
•
132 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
=
function
(
) {
return
function
(
) {
describe
(
'run'
,
function
(
) {
it
(
'no tests yet!'
); }); }; };