From 84d292cfdad4249885e43b7123634e5a8dd0ff1f Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Wed, 18 Dec 2019 20:57:16 -0500 Subject: updated socket and space to export the main class --- tests/space_file.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/space_file.js') 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\ -- cgit