Skip to content

Commit

Permalink
余計なやつを入れていた
Browse files Browse the repository at this point in the history
  • Loading branch information
walf443 committed Jul 31, 2011
1 parent 75e1f26 commit 86e6f25
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/test_goban.js
Expand Up @@ -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);
Expand Down

0 comments on commit 86e6f25

Please sign in to comment.