Skip to content

Commit 77b21b2

Browse files
committed
chore(e2e): fix systemJS map for e2e paths
This lets us have relative Ionic imports in the e2e tests, so they can be type checked.
1 parent e2366bb commit 77b21b2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/e2e/e2e.template.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
<script>
4343
System.config({
4444
map: {
45-
'angular2': '/angular2'
45+
'angular2': '/angular2',
46+
'ionic-angular': '/ionic'
4647
},
4748
packages: {
4849
'ionic-angular': {

0 commit comments

Comments
 (0)