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 088cd9f commit 03ae5e4Copy full SHA for 03ae5e4
test/integration/association-hasmany-mapsto.js
@@ -5,7 +5,9 @@ var ORM = require('../../');
5
var common = require('../common');
6
var protocol = common.protocol();
7
8
-describe("hasMany", function () {
+if (common.protocol() == "mongodb") return; // Can't do mapsTo testing on mongoDB ()
9
+
10
+describe("hasMany with mapsTo", function () {
11
this.timeout(4000);
12
var db = null;
13
var Person = null;
0 commit comments