提交 8b31c574 编写于 作者: P pissang

style: fix code style.

上级 360b93cb
module.exports = [ module.exports = [
'-cases.html', '-cases.html',
'geo-random-stream.html' 'geo-random-stream.html'
]; ];
\ No newline at end of file
...@@ -38,4 +38,4 @@ module.exports = function (expectedShotPath, actualShotPath, threshold = 0.1) { ...@@ -38,4 +38,4 @@ module.exports = function (expectedShotPath, actualShotPath, threshold = 0.1) {
diffPNG diffPNG
}; };
}); });
}; };
\ No newline at end of file
...@@ -18,9 +18,9 @@ import lolex from 'lolex'; ...@@ -18,9 +18,9 @@ import lolex from 'lolex';
// // Fixed date // // Fixed date
// window.Date = MockDate; // window.Date = MockDate;
export function createScreenshotTest (desc, elementQuery, waitTime) { // export function createScreenshotTest (desc, elementQuery, waitTime) {
} // };
/** /**
* Take screenshot immediately. * Take screenshot immediately.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册