From cf641d9995a9380a06943625aa37d25b3433ccca Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Fri, 29 Sep 2017 15:05:52 -0400 Subject: [PATCH] Removed history mock file (unused), lowercase comment --- app/static/app/js/tests/mocks/history.js | 3 --- app/static/app/js/tests/setup/browserMock.js | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 app/static/app/js/tests/mocks/history.js diff --git a/app/static/app/js/tests/mocks/history.js b/app/static/app/js/tests/mocks/history.js deleted file mode 100644 index dffe7b84..00000000 --- a/app/static/app/js/tests/mocks/history.js +++ /dev/null @@ -1,3 +0,0 @@ -// TODO: how? - -export default {}; \ No newline at end of file diff --git a/app/static/app/js/tests/setup/browserMock.js b/app/static/app/js/tests/setup/browserMock.js index f63c6cf7..bb68f9bd 100644 --- a/app/static/app/js/tests/setup/browserMock.js +++ b/app/static/app/js/tests/setup/browserMock.js @@ -1,5 +1,5 @@ // Define certain DOM elements -// that are not defined in the JEST environment +// that are not defined in the jest environment const currentScript = document.createElement('script'); currentScript.src = "http://bogus";