File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313</ head >
1414< body >
1515 < div class ="js-training-playground ">
16- < button class ="button button-3d-caution button-circle js-training-button "> Push</ button >
16+ < button class ="button button-caution button-3d button-pill button-giant js-training-button "> Push</ button >
1717 </ div >
1818 < div id ="mocha "> </ div >
1919 < script src ="/bower_components/jquery/dist/jquery.js "> </ script >
Original file line number Diff line number Diff line change 11.js-training-playground {
22 box-sizing : border-box;
3- padding : 100 px 0 ;
4- height : 100 px ;
3+ padding : 80 px 0 ;
4+ height : 250 px ;
55}
66
77.js-training-button {
Original file line number Diff line number Diff line change 11'use strict' ;
22
33describe ( 'ステージ6(意図通りにモジュールを書ける)' , function ( ) {
4- it ( 'あなたの満足のいくアプリケーションがここにある' , function ( ) {
4+ it ( 'あなたの満足のいく Web アプリケーションがここにある' , function ( ) {
5+ // ボタンはサービスです。
6+ // 自由に使ってください。
7+
58 var qualityOfYourAppliation = undefined ;
69
710 expect ( qualityOfYourAppliation ) . to . be . ok ;
You can’t perform that action at this time.
0 commit comments