diff options
| author | Priyansh <[email protected]> | 2021-01-24 21:42:30 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2021-01-24 21:42:30 +0530 |
| commit | b1639decaa74cd2ae58505619dab2af4cff390ae (patch) | |
| tree | 3cbcbc348ceed7f9265e06edb76048ed9a0c7252 /tester.js | |
| parent | be62662eb8e5ddbcb7e4c2de1d703cb325c5d3ee (diff) | |
| download | randomavatars-b1639decaa74cd2ae58505619dab2af4cff390ae.tar.xz randomavatars-b1639decaa74cd2ae58505619dab2af4cff390ae.zip | |
Added testing file
Diffstat (limited to 'tester.js')
| -rw-r--r-- | tester.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tester.js b/tester.js new file mode 100644 index 0000000..5fa394b --- /dev/null +++ b/tester.js @@ -0,0 +1,7 @@ +/** + * This file is only used for testing under development. + * Please do not consider this file to be a part of this code. + * There can be some code here which does not correspond to the the code at all. + */ + +console.log('This works'); |
