Last active
December 22, 2015 04:09
-
-
Save incompl/6415307 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Used in tests to create a new Cloak client. Using | |
| // this function instead of doing it manually means | |
| // clients will be properly cleaned up after tests | |
| // are done. | |
| function createClient() { | |
| var client = createCloakClient(); | |
| client._setLibs(_, io); | |
| clients.push(client); | |
| return client; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment