diff --git a/projects/google/liveSS/files/test-javascript-file.js b/projects/google/liveSS/files/test-javascript-file.js deleted file mode 100644 index a1f6e8d..0000000 --- a/projects/google/liveSS/files/test-javascript-file.js +++ /dev/null @@ -1,5 +0,0 @@ -function returnNumberSeven() { - return 7; -} - -function returnLetterA() { return 'A'; }