소스 검색

Minor test addition

master
Bryan Miller 5 년 전
부모
커밋
10a62b4c40
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. +2
    -3
      test/unit.src.memory.memory.spec.js

+ 2
- 3
test/unit.src.memory.memory.spec.js 파일 보기

@@ -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…
취소
저장