Skip to content

Commit

Permalink
Updated import to be player
Browse files Browse the repository at this point in the history
  • Loading branch information
eHag-FRU committed Apr 15, 2024
1 parent 7a84053 commit 62c981a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/testPlayer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const assert = require('assert');
import * as Rooms from '../src/js/Rooms.js';
import * as Player from '../src/js/mainPlayer.js';
const Player = require('../src/js/mainPlayer.js');


function playerCreation() {
Expand Down

0 comments on commit 62c981a

Please sign in to comment.