From 86e6f256117fc26cbff852f50474733ac99c9fa8 Mon Sep 17 00:00:00 2001 From: "Keiji, Yoshimi" Date: Sun, 31 Jul 2011 11:23:01 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BD=99=E8=A8=88=E3=81=AA=E3=82=84=E3=81=A4?= =?UTF-8?q?=E3=82=92=E5=85=A5=E3=82=8C=E3=81=A6=E3=81=84=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/test_goban.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/test_goban.js b/test/test_goban.js index 93fac38..54c0475 100644 --- a/test/test_goban.js +++ b/test/test_goban.js @@ -22,10 +22,6 @@ QUnit.test("初期化のテスト", function() { QUnit.equal(board.turn, Goban.BLACK, '黒が先番'); }); -QUnit.test('hoge', function() { - QUnit.ok(1); -}); - QUnit.test("隅のアタリ判定", function() { var board = new Goban.Board({ 'size': 9 }); board.move(0, 0);