mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(platform): fix wp test
This commit is contained in:
@@ -218,7 +218,7 @@ export function run() {
|
||||
let platform = new Platform(['mobile', 'windows']);
|
||||
config.setPlatform(platform);
|
||||
|
||||
expect(config.get('mode')).toEqual('md');
|
||||
expect(config.get('mode')).toEqual('wp');
|
||||
});
|
||||
|
||||
it('should get md mode for android platform', () => {
|
||||
|
||||
Reference in New Issue
Block a user