Browse Source

Minor test addition

master
Bryan Miller 5 years ago
parent
commit
10a62b4c40
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      test/unit.src.memory.memory.spec.js

+ 2
- 3
test/unit.src.memory.memory.spec.js View File

@@ -328,10 +328,9 @@ describe("Testing Memory Module", function(){
mmc.connectMemory(new Mem.Memory.RAM(2));
mmc.connectMemory(new Mem.Memory.RAM(1));

it("Bytes match 4 pages."/*, function(){
console.log(mmc);
it("Bytes match 4 pages.", function(){
expect(mmc.size).to.equal(1024);
}*/);
});

});
});

Loading…
Cancel
Save