Remove src directory - simplify project structure
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const { describe, it } = require('node:test');
|
||||
const assert = require('node:assert');
|
||||
const { HexMap, HexCell, CELL_TYPES, MAP_SIZE } = require('../src/map.js');
|
||||
const { HexMap, HexCell, CELL_TYPES, MAP_SIZE } = require('../public/map.js');
|
||||
|
||||
describe('HexCell', () => {
|
||||
it('should create a cell with axial coordinates', () => {
|
||||
|
||||
Reference in New Issue
Block a user