We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32ad3f commit 0836e61Copy full SHA for 0836e61
1 file changed
game/js/systems/game.test.js
@@ -5,6 +5,7 @@ const assert = require('node:assert/strict');
5
6
global.window = global;
7
global.MapGen = { T: {}, walkable: () => true };
8
+global.Apariencia = require('../apariencia.js');
9
10
const almacen = new Map();
11
global.localStorage = {
0 commit comments