##// END OF EJS Templates
fix(tests): fixed the creation of non-linear commits creation in tests...
fix(tests): fixed the creation of non-linear commits creation in tests - This addresses and makes a fix for #5706

File last commit:

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