From 748a728a4fe87a1de0cdc84354cd4a30811efe85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Fri, 23 Sep 2016 10:57:53 +0200 Subject: [PATCH] Remove "defaultForType" from datasource config The option "defaultForType" is no longer supported by LoopBack and causes an unhandled error. --- test/executor.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/executor.test.js b/test/executor.test.js index 3f98556..895512d 100644 --- a/test/executor.test.js +++ b/test/executor.test.js @@ -55,7 +55,6 @@ describe('executor', function() { dataSources: { 'the-db': { connector: 'memory', - defaultForType: 'db', }, }, });