We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da28d2 commit c11314aCopy full SHA for c11314a
test/support/spec_load_third.js
@@ -0,0 +1,9 @@
1
+module.exports = function (db, cb) {
2
+ db.define("person", {
3
+ name : String
4
+ });
5
+
6
+ setTimeout(function () {
7
+ return cb();
8
+ }, 200);
9
+};
0 commit comments