File tree Expand file tree Collapse file tree
tests/frontend-regression-tests
v5-unity/js/lib/togetherjs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11all :
2- casperjs test --concise test-micro.js
3- casperjs test --concise test-visualize-html.js
4- casperjs test --concise test-load-from-URL.js
5- casperjs test --concise test-embedding-demo.js
2+ @ casperjs test --concise test-micro.js
3+ @ casperjs test --concise test-visualize-html.js
4+ @ casperjs test --concise test-load-from-URL.js
5+ @ casperjs test --concise test-embedding-demo.js
66
77# a micro-test that can run super quickly during development
88micro :
9- casperjs test --concise test-micro.js
9+ @ casperjs test --concise test-micro.js
1010
1111verbose :
12- casperjs test test-micro.js
13- casperjs test test-visualize-html.js
14- casperjs test test-load-from-URL.js
15- casperjs test test-embedding-demo.js
12+ @ casperjs test test-micro.js
13+ @ casperjs test test-visualize-html.js
14+ @ casperjs test test-load-from-URL.js
15+ @ casperjs test test-embedding-demo.js
Original file line number Diff line number Diff line change 158158 var src = scripts [ i ] . src ;
159159 if ( src && src . search ( / t o g e t h e r j s ( - m i n ) ? .j s ( \? .* ) ? $ / ) !== - 1 ) {
160160 baseUrl = src . replace ( / \/ * t o g e t h e r j s ( - m i n ) ? .j s ( \? .* ) ? $ / , "" ) ;
161- console . warn ( "Detected baseUrl as" , baseUrl ) ;
161+ // console.warn("Detected baseUrl as", baseUrl); // pgbovine commented out
162162 break ;
163163 } else if ( src && src . search ( / t o g e t h e r j s - m i n .j s ( \? .* ) ? $ / ) !== - 1 ) {
164164 baseUrl = src . replace ( / \/ * t o g e t h e r j s - m i n .j s ( \? .* ) ? $ / , "" ) ;
165- console . warn ( "Detected baseUrl as" , baseUrl ) ;
165+ // console.warn("Detected baseUrl as", baseUrl); // pgbovine commented out
166166 break ;
167167 }
168168 }
Original file line number Diff line number Diff line change 158158 var src = scripts [ i ] . src ;
159159 if ( src && src . search ( / t o g e t h e r j s ( - m i n ) ? .j s ( \? .* ) ? $ / ) !== - 1 ) {
160160 baseUrl = src . replace ( / \/ * t o g e t h e r j s ( - m i n ) ? .j s ( \? .* ) ? $ / , "" ) ;
161- console . warn ( "Detected baseUrl as" , baseUrl ) ;
161+ // console.warn("Detected baseUrl as", baseUrl); // pgbovine commented out
162162 break ;
163163 } else if ( src && src . search ( / t o g e t h e r j s - m i n .j s ( \? .* ) ? $ / ) !== - 1 ) {
164164 baseUrl = src . replace ( / \/ * t o g e t h e r j s - m i n .j s ( \? .* ) ? $ / , "" ) ;
165- console . warn ( "Detected baseUrl as" , baseUrl ) ;
165+ // console.warn("Detected baseUrl as", baseUrl); // pgbovine commented out
166166 break ;
167167 }
168168 }
You can’t perform that action at this time.
0 commit comments