Skip to content

Commit e352d1b

Browse files
committed
fix(snapshot): using md mode
1 parent 1bd5467 commit e352d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/scripts/e2e/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const argv = require('yargs').argv;
1010
const Page = require('./page');
1111
const Snapshot = require('./snapshot');
1212

13-
const platforms = ['android', 'ios'];
13+
const platforms = ['md', 'ios'];
1414

1515
let driver;
1616
let snapshot;

0 commit comments

Comments
 (0)