colorizer test fix

This commit is contained in:
Martin Aeschlimann 2017-08-15 15:29:51 +02:00
parent 44aa7c2f08
commit b1e8b37c04

View file

@ -34,8 +34,10 @@ function assertUnchangedTokens(testFixurePath: string, done) {
throw e;
}
}
// different but no tokenization ot color change: no failure
} else {
throw e;
}
// different but no tokenization ot color change: no failure
}
} else {
fs.writeFileSync(resultPath, JSON.stringify(data, null, '\t'));