move tests dir to root

This commit is contained in:
Elliot DeNolf
2020-10-08 05:01:48 -04:00
parent 18f98e24e5
commit 60a3e680dd
11 changed files with 11 additions and 11 deletions

2
tests/api/credentials.js Normal file
View File

@@ -0,0 +1,2 @@
exports.email = 'test@test.com';
exports.password = 'test123';