Skip to content

Commit d2a47db

Browse files
author
Kuniwak
committed
Remove code for PhantomJS
1 parent 9bee0c2 commit d2a47db

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

public/stage1/index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@
4141
</script>
4242
<script>mocha.setup('bdd')</script>
4343
<script src="analytics.js"></script>
44-
<script>
45-
describe.skipWhenPhantomJS = window.mochaPhantomJS ? describe.skip : describe;
46-
</script>
4744
<script src="tests.js"></script>
4845
<script>
4946
if (window.mochaPhantomJS) { mochaPhantomJS.run(); }

public/stage1/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ describe('ステージ1(意図した DOM 要素を取得できるようにな
327327
});
328328

329329

330-
describe.skipWhenPhantomJS('エクストラステージ', function(){
330+
describe('エクストラステージ', function(){
331331
it('動いている寿司要素を取得する', function(){
332332

333333
// 'change me!' を書き換えてください。

0 commit comments

Comments
 (0)