Removed history mock file (unused), lowercase comment

pull/295/head
Piero Toffanin 2017-09-29 15:05:52 -04:00
rodzic 60eeeb7a27
commit cf641d9995
2 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -1,3 +0,0 @@
// TODO: how?
export default {};

Wyświetl plik

@ -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";