add specs

This commit is contained in:
AlecM33
2023-08-05 03:12:50 -04:00
parent cc6c2bd596
commit a7e442640b
4 changed files with 222 additions and 4 deletions

View File

@@ -6,5 +6,5 @@ export const stateBucket = {
joinRequestInFlight: true,
accessCode: null,
currentGameState: null,
environment: null
environment: null,
};