We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bee0c2 commit d2a47dbCopy full SHA for d2a47db
public/stage1/index.html
@@ -41,9 +41,6 @@
41
</script>
42
<script>mocha.setup('bdd')</script>
43
<script src="analytics.js"></script>
44
- <script>
45
- describe.skipWhenPhantomJS = window.mochaPhantomJS ? describe.skip : describe;
46
- </script>
47
<script src="tests.js"></script>
48
<script>
49
if (window.mochaPhantomJS) { mochaPhantomJS.run(); }
public/stage1/tests.js
@@ -327,7 +327,7 @@ describe('ステージ1(意図した DOM 要素を取得できるようにな
327
});
328
329
330
- describe.skipWhenPhantomJS('エクストラステージ', function(){
+ describe('エクストラステージ', function(){
331
it('動いている寿司要素を取得する', function(){
332
333
// 'change me!' を書き換えてください。
0 commit comments