From 543f5de835aaa7a6db2c9ff2c73db86af0f198a8 Mon Sep 17 00:00:00 2001 From: dgsan Date: Wed, 12 Jun 2013 15:21:52 -0700 Subject: [PATCH] Update imported.test.js Wrong method of calling. --- test/imported.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/imported.test.js b/test/imported.test.js index 5a010a9..5ef2910 100644 --- a/test/imported.test.js +++ b/test/imported.test.js @@ -6,6 +6,5 @@ describe('mysql imported features', function() { require('jugglingdb/test/common.batch.js'); require('jugglingdb/test/include.test.js'); - require('./migration.test.js'); });