Merge pull request #4322 from overleaf/jpa-custom-base-config-for-tests

[misc] set up custom base config for acceptance tests

GitOrigin-RevId: bd49c705360488fd75c6ad311afd13f22f81de61
This commit is contained in:
Jakob Ackermann
2021-07-20 11:33:41 +00:00
committed by Copybot
parent 97da586877
commit 411a12cb2d
11 changed files with 182 additions and 15 deletions
@@ -1,5 +1,7 @@
module.exports = {
const base = require(process.env.BASE_CONFIG)
module.exports = base.mergeWith({
test: {
counterInit: 160000,
},
}
})