Initial graph tests

This commit is contained in:
Wyatt Johnson
2017-02-17 15:48:46 -07:00
parent fa597ca04d
commit a00befafcb
14 changed files with 337 additions and 677 deletions
+1
View File
@@ -184,6 +184,7 @@ const performSetup = () => {
console.log('Settings created.');
console.log(`User ${user.id} created.`);
console.log('\nTalk is now installed!');
console.log('\nWe recommend adding TALK_INSTALL_LOCK=TRUE to your environment to turn off the dynamic setup.');
util.shutdown();
})
.catch((err) => {