mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
10 lines
254 B
JavaScript
10 lines
254 B
JavaScript
describe('<%= relativePath %>: <%= platform %>', function() {
|
|
|
|
it('should init', function() {
|
|
browser.get('http://localhost:<%= buildConfig.protractorPort %>/e2e/<%= relativePath %>/index.html?ionicplatform=<%= platform %>');
|
|
});
|
|
|
|
<%= contents %>
|
|
|
|
});
|