From f724ef6c84a0c8ee8c9f1aaf232d7569f7e339b9 Mon Sep 17 00:00:00 2001 From: Hugo Freire Date: Mon, 5 Jun 2017 13:49:51 +0200 Subject: [PATCH] test: remove tinder test --- test/channels/tinder.js | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 test/channels/tinder.js diff --git a/test/channels/tinder.js b/test/channels/tinder.js deleted file mode 100644 index 6f065c695..000000000 --- a/test/channels/tinder.js +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (c) 2017, Hugo Freire . - * - * This source code is licensed under the license found in the - * LICENSE file in the root directory of this source tree. - */ - -const { SQLite } = require('../../src/database') - -describe('Tinder', () => { - let subject - - afterEach(() => td.reset()) - - describe('when getting updates', () => { - beforeEach(() => { - subject = require('../../src/channels/tinder') - }) - }) -})