diff options
| author | Holden Rohrer <holden.rohrer@gmail.com> | 2019-12-18 20:57:16 -0500 | 
|---|---|---|
| committer | Holden Rohrer <holden.rohrer@gmail.com> | 2019-12-18 20:57:16 -0500 | 
| commit | 84d292cfdad4249885e43b7123634e5a8dd0ff1f (patch) | |
| tree | 1f4b3f0b674f85dc033275fb5ad49f19aa7058c7 /tests/space_file.js | |
| parent | cb7d31d863320db9257a619eea0422cc43bb05a4 (diff) | |
updated socket and space to export the main class
Diffstat (limited to 'tests/space_file.js')
| -rw-r--r-- | tests/space_file.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tests/space_file.js b/tests/space_file.js index 84e42a3..572214e 100644 --- a/tests/space_file.js +++ b/tests/space_file.js @@ -1,7 +1,7 @@  // Tests Space.{to,from}file -const space = require('../space') +const Space = require('../space') -text = new space.Space(); +text = new Space();  text.adhoc('\  line of text\n\ | 
