Skip to content

Commit ef2c2b4

Browse files
committed
add mark for checking snapshot
1 parent d050f01 commit ef2c2b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/check-snapshot.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ module.exports = function(coverageResults) {
3232

3333
const snapName = path.basename(snapPath);
3434
if (diff.change) {
35-
EC.logRed(`ERROR: Snapshot does not match reference: ${snapName}`);
35+
EC.logRed(`ERROR: Snapshot does not match reference: ${snapName}`);
3636
console.log(diff.message);
3737
process.exit(1);
3838
} else {
39-
EC.logGreen(`Snapshot matched: ${snapName}`);
39+
EC.logGreen(`Snapshot matched: ${snapName}`);
4040
}
4141

4242
};

0 commit comments

Comments
 (0)