mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
feat(windows): change windowsphone platform to windows
fixes snapshot too references #5565
This commit is contained in:
@ -397,7 +397,7 @@ gulp.task('e2e.build', function() {
|
||||
var platforms = [
|
||||
'android',
|
||||
'ios',
|
||||
'wp'
|
||||
'windows'
|
||||
];
|
||||
|
||||
// Get each test folder with gulp.src
|
||||
|
||||
Reference in New Issue
Block a user