mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
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.
This commit is contained in:
@@ -42,7 +42,8 @@
|
||||
<script>
|
||||
System.config({
|
||||
map: {
|
||||
'angular2': '/angular2'
|
||||
'angular2': '/angular2',
|
||||
'ionic-angular': '/ionic'
|
||||
},
|
||||
packages: {
|
||||
'ionic-angular': {
|
||||
|
||||
Reference in New Issue
Block a user