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_fromfetch.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/space_fromfetch.js') diff --git a/tests/space_fromfetch.js b/tests/space_fromfetch.js index 2d8572a..67b41cc 100644 --- a/tests/space_fromfetch.js +++ b/tests/space_fromfetch.js @@ -1,7 +1,7 @@ // Tets Space.fromfetch -const space = require('../space') +const Space = require('../space') -newspace = new space.Space() +newspace = new Space() newspace.fromfetch({"4,2": {"content": " hhhhhhhh k hone ns ", "properties": {"writability": null, "cell_props": {}}}},[4,2,4,2],conform=false); // Straight from a real tileUpdate -- cgit