##// END OF EJS Templates
tests: fixed compare page and related tests....
tests: fixed compare page and related tests. - wrong display of range - still unfixed problem with initial compare for GIT - makes the result more consistent now with better display for new UI.

File last commit:

r3172:d37fc984 default
r3773:a77b6fa8 new-ui
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}