From 010555a49e227163bf1c43f93d1e4ce1685e56f2 Mon Sep 17 00:00:00 2001 From: John Furrow Date: Tue, 17 Oct 2017 22:11:49 -0700 Subject: [PATCH] Remove tests directory until we actually have tests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I added this when refactoring a bunch of shit and was far too optimistic about the app's readiness for tests. 😂 --- tests/setupTests.js | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 tests/setupTests.js diff --git a/tests/setupTests.js b/tests/setupTests.js deleted file mode 100644 index 415c0860..00000000 --- a/tests/setupTests.js +++ /dev/null @@ -1,3 +0,0 @@ -'use strict'; - -console.log('Setting up tests.')