fix: move test to __test__ folder

This commit is contained in:
Lakhan Samani 2021-12-24 07:40:04 +05:30
parent 7ee4715af2
commit 8dd8252a46
23 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ cmd:
clean: clean:
rm -rf build rm -rf build
test: test:
cd server && go clean --testcache && go test -v ./test cd server && go clean --testcache && go test -v ./__test__