mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
10 lines
192 B
JavaScript
10 lines
192 B
JavaScript
describe('<%= relativePath %>', function() {
|
|
|
|
it('should init', function() {
|
|
browser.get('http://localhost:<%= buildConfig.protractorPort %>/<%= relativePath %>');
|
|
});
|
|
|
|
<%= contents %>
|
|
|
|
});
|