Skip to content

Commit

Permalink
create display
Browse files Browse the repository at this point in the history
  • Loading branch information
CendioOssman committed Jan 18, 2024
1 parent 0d07cb7 commit 71d50c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test.copyrect.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ describe('CopyRect Decoder', function () {

beforeEach(function () {
console.error("A");
display = new Display(document.createElement('canvas'));
/*
decoder = new CopyRectDecoder();
console.error("B");
display = new Display(document.createElement('canvas'));
decoder = new CopyRectDecoder();
console.error("C");
display.resize(4, 4);
*/
Expand Down

0 comments on commit 71d50c4

Please sign in to comment.